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
Pipeline[Pipeline]
end
subgraph M3P2 servidor
Cursos[Cursos]
Propios cursos[Cursos]
M3P2 cursos[Cursos]
Website[Website]
Pipeline[Pipeline]
end
......@@ -62,8 +63,9 @@ graph LR
Estudiante((Estudiante))
Estudiante --> |reads| Website
Profesor --> |edits| Cursos
Cursos --> |triggers| Pipeline
Profesor --> |escribe| Propios cursos
Profesor --> |participa en| M3P2 cursos
M3P2 cursos --> |triggers| Pipeline
Pipeline --> |updates| Website
```
<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