Commit a176d815 authored by Claude Meny's avatar Claude Meny

Update textbook.en.md

parent 76b198b0
Pipeline #2655 failed with stage
in 23 seconds
......@@ -65,7 +65,7 @@ graph TD;
graph LR
subgraph M3P2
Propios_Cursos[Sus propios cursos]
Website[Website]
Propio_website[Su propio website (local, no internet)]
Pipeline[Pipeline]
end
......@@ -73,30 +73,7 @@ graph LR
Estudiante((Estudiante))
Estudiante --> |reads| Website
Profesor --> |edits| Cursos
Profesor --> |edits| Propios_Cursos
Propios_Cursos --> |triggers| Pipeline
Pipeline --> |updates| Website
```
<br>
```mermaid
graph LR
subgraph M3P2 computador personal
Sus propios cursos[Cursos]
propio website (local, no internet)[Local website]
Pipeline[Pipeline]
end
Profesor((Profesor))
Estudiante((Estudiante))
Estudiante --> |reads| Website
Profesor --> |edits| Cursos
Cursos --> |triggers| Pipeline
Pipeline --> |updates| Website
```
\ No newline at end of file
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