Commit ff71c479 authored by Claude Meny's avatar Claude Meny

Update textbook.en.md

parent 4d770721
Pipeline #2623 failed with stage
in 23 seconds
......@@ -27,6 +27,23 @@ graph TD;
```
<br>
```mermaid
graph LR
subgraph M3P2
File[File]
Website[Website]
Pipeline[Pipeline]
end
Teacher((Teacher))
Student((Student))
Student --> |reads| Website
Teacher --> |edits| File
File --> |triggers| Pipeline
Pipeline --> |updates| Website
```
```mermaid
graph LR
subgraph M3P2 computador personal
......@@ -51,24 +68,7 @@ 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