Commit 4d770721 authored by Claude Meny's avatar Claude Meny

Update textbook.en.md

parent 19207290
Pipeline #2622 failed with stage
in 24 seconds
...@@ -29,17 +29,24 @@ graph TD; ...@@ -29,17 +29,24 @@ graph TD;
```mermaid ```mermaid
graph LR graph LR
subgraph M3P2 subgraph M3P2 computador personal
File[File]
Website[Website]
Pipeline[Pipeline]
end
subgraph M3P2 servidor
File[File] File[File]
Website[Website] Website[Website]
Pipeline[Pipeline] Pipeline[Pipeline]
end end
Teacher((Teacher)) Profesor ((Profesor))
Student((Student)) Student1 ((Student 1))
Student2 ((Student 2))
Student --> |reads| Website Student1 --> |reads| Website
Teacher --> |edits| File Student2 --> |reads| Website
Profesor --> |edits| File
File --> |triggers| Pipeline File --> |triggers| Pipeline
Pipeline --> |updates| Website Pipeline --> |updates| Website
``` ```
......
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