Commit 9a395ea3 authored by Claude Meny's avatar Claude Meny

Update textbook.en.md

parent cca5367f
Pipeline #2628 failed with stage
in 23 seconds
...@@ -53,7 +53,8 @@ graph LR ...@@ -53,7 +53,8 @@ graph LR
Pipeline[Pipeline] Pipeline[Pipeline]
end end
subgraph M3P2 servidor subgraph M3P2 servidor
Cursos[Cursos] Propios cursos[Cursos]
M3P2 cursos[Cursos]
Website[Website] Website[Website]
Pipeline[Pipeline] Pipeline[Pipeline]
end end
...@@ -62,8 +63,9 @@ graph LR ...@@ -62,8 +63,9 @@ graph LR
Estudiante((Estudiante)) Estudiante((Estudiante))
Estudiante --> |reads| Website Estudiante --> |reads| Website
Profesor --> |edits| Cursos Profesor --> |escribe| Propios cursos
Cursos --> |triggers| Pipeline Profesor --> |participa en| M3P2 cursos
M3P2 cursos --> |triggers| Pipeline
Pipeline --> |updates| Website Pipeline --> |updates| Website
``` ```
<br> <br>
......
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