Commit 19207290 authored by Claude Meny's avatar Claude Meny

Update textbook.en.md

parent f8e6f37a
Pipeline #2621 failed with stage
in 23 seconds
......@@ -44,6 +44,24 @@ graph LR
Pipeline --> |updates| Website
```
```mermaid
graph LR
subgraph M3P2 computadora personal
File[File]
Website[Website]
Pipeline[Pipeline]
end
Teacher((Teacher))
Student((Student))
Student --> |reads| Website
Teacher --> |edits| File
File --> |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