Commit 42463c83 authored by Claude Meny's avatar Claude Meny

Update...

Update 00.brainstorming-pedagogical-teams/40.collection-existing-pedagogical-content/05.classical-mechanics/vector-analysis/textbook.en.md
parent 385d82d6
Pipeline #2596 failed with stage
in 24 seconds
......@@ -4,10 +4,31 @@ 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
```
\ 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