Commit cf077804 authored by Claude Meny's avatar Claude Meny

Update textbook.en.md

parent a176d815
Pipeline #2656 failed with stage
in 23 seconds
...@@ -63,8 +63,14 @@ graph TD; ...@@ -63,8 +63,14 @@ graph TD;
```mermaid ```mermaid
graph LR graph LR
subgraph M3P2 subgraph M3P2_servidor
Propios_Cursos[Sus propios cursos] M3P2_cursos[M3P2 Cursos]
M3P2_website[M3P2 Website]
Pipeline[Pipeline]
end
subgraph Computador_personal
Propios_cursos[Sus propios cursos]
Propio_website[Su propio website (local, no internet)] Propio_website[Su propio website (local, no internet)]
Pipeline[Pipeline] Pipeline[Pipeline]
end end
...@@ -72,8 +78,8 @@ graph LR ...@@ -72,8 +78,8 @@ graph LR
Profesor((Profesor)) Profesor((Profesor))
Estudiante((Estudiante)) Estudiante((Estudiante))
Estudiante --> |reads| Website Estudiante --> |reads| M3P2_website
Profesor --> |edits| Propios_Cursos Profesor --> |edits| M3P2_cursos
Propios_Cursos --> |triggers| Pipeline M3P2_cursos --> |triggers| Pipeline
Pipeline --> |updates| Website Pipeline --> |updates| M3P2_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