Commit eaa36ef2 authored by Claude Meny's avatar Claude Meny

Update textbook.en.md

parent 049c14bf
Pipeline #2651 failed with stage
in 23 seconds
...@@ -81,15 +81,8 @@ graph LR ...@@ -81,15 +81,8 @@ graph LR
```mermaid ```mermaid
graph LR graph LR
subgraph M3P2 ordenador personal subgraph M3P2
Propios cursos[Propios cursos] Cursos[Cursos]
M3P2 cursos[M3P2 cursos]
Website[Website]
Pipeline[Pipeline]
end
subgraph M3P2 servidor
Propios cursos[Propios cursos]
M3P2 cursos[M3P2 cursos]
Website[Website] Website[Website]
Pipeline[Pipeline] Pipeline[Pipeline]
end end
...@@ -98,29 +91,10 @@ graph LR ...@@ -98,29 +91,10 @@ graph LR
Estudiante((Estudiante)) Estudiante((Estudiante))
Estudiante --> |reads| Website Estudiante --> |reads| Website
Profesor --> |escribe| Propios cursos Profesor --> |edits| Cursos
Profesor --> |participa en| M3P2 cursos Cursos --> |triggers| Pipeline
M3P2 cursos --> |triggers| Pipeline
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 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