Commit 65d25a53 authored by Claude Meny's avatar Claude Meny

Update textbook.en.md

parent 39c656af
Pipeline #2626 failed with stage
in 23 seconds
...@@ -30,17 +30,17 @@ graph TD; ...@@ -30,17 +30,17 @@ graph TD;
```mermaid ```mermaid
graph LR graph LR
subgraph M3P2 subgraph M3P2
File[File] Cursos[Cursos]
Website[Website] Website[Website]
Pipeline[Pipeline] Pipeline[Pipeline]
end end
Teacher((Teacher)) Profesor((Profesor))
Student((Student)) Estudiante((Estudiante))
Student --> |reads| Website Estudiante --> |reads| Website
Teacher --> |edits| File Profesor --> |edits| Cursos
File --> |triggers| Pipeline Cursos --> |triggers| Pipeline
Pipeline --> |updates| Website Pipeline --> |updates| Website
``` ```
<br> <br>
...@@ -62,32 +62,6 @@ graph LR ...@@ -62,32 +62,6 @@ graph LR
Pipeline --> |updates| Website Pipeline --> |updates| Website
``` ```
<br>
```mermaid
graph LR
subgraph M3P2 computador personal
File[File]
Website[Website]
Pipeline[Pipeline]
end
subgraph M3P2 servidor
File[File]
Website[Website]
Pipeline[Pipeline]
end
Profesor ((Profesor))
Student1 ((Student 1))
Student2 ((Student 2))
Student1 --> |reads| Website
Student2 --> |reads| Website
Profesor --> |edits| File
File --> |triggers| Pipeline
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