Commit 169a8993 authored by Goutte's avatar Goutte

Add a sample overview of the data flow.

parent 58707148
visible: false
\ No newline at end of file
---
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
```
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment