Commit 1168c6a8 authored by Claude Meny's avatar Claude Meny

Update textbook.en.md

parent ff71c479
Pipeline #2624 failed with stage
in 23 seconds
...@@ -43,6 +43,24 @@ graph LR ...@@ -43,6 +43,24 @@ graph LR
File --> |triggers| Pipeline File --> |triggers| Pipeline
Pipeline --> |updates| Website Pipeline --> |updates| Website
``` ```
<br>
```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
```<br>
```mermaid ```mermaid
graph LR graph LR
......
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