--- title : to show graphs published : false visible : false --- ```mermaid graph TD; A-->B; A-->C; B-->D; C-->D; ```
```mermaid graph LR subgraph M3P2 File[File] Website[Website] Pipeline[Pipeline] end Teacher((Teacher)) Student((Student)) Student --> |reads| Website Teacher --> |edits| File File --> |triggers| Pipeline Pipeline --> |updates| Website ```