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;
```mermaid
graph LR
subgraph M3P2
Propios_Cursos[Sus propios cursos]
subgraph M3P2_servidor
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)]
Pipeline[Pipeline]
end
......@@ -72,8 +78,8 @@ graph LR
Profesor((Profesor))
Estudiante((Estudiante))
Estudiante --> |reads| Website
Profesor --> |edits| Propios_Cursos
Propios_Cursos --> |triggers| Pipeline
Pipeline --> |updates| Website
Estudiante --> |reads| M3P2_website
Profesor --> |edits| M3P2_cursos
M3P2_cursos --> |triggers| Pipeline
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