Browse Source

Add a sample overview of the data flow.

keep-around/58d5b0b6e3ff9edb459d3290ce616cf34d617a42
Goutte 7 years ago
parent
commit
169a89931b
  1. 1
      30.contributing/frontmatter.yaml
  2. 35
      30.contributing/page.en.md

1
30.contributing/frontmatter.yaml

@ -0,0 +1 @@
visible: false

35
30.contributing/page.en.md

@ -0,0 +1,35 @@
---
title: Contributing
slug: contributing
---
## How it works
- Flat files
- enhanced markdown for content
- YAML frontmatter for metadata
- Continuous integration
- Versioning using git
## Data Flow
```mermaid
graph LR
User(Teacher)
Website[M3P2 Website]
Local[Local Website]
Git[Git]
GitLab[GitLab]
User --> |contributes via| Git
User --> |contributes via| GitLab
User --> |contributes via| Local
Local --> |triggers| Git
Git --> |triggers| GitLab
GitLab --> |updates| Website
```
Loading…
Cancel
Save