Browse Source

Update textbook.en.md

keep-around/ff71c4798840fc962dd00f4f75088871dde797af
Claude Meny 5 years ago
parent
commit
ff71c47988
  1. 34
      00.brainstorming-pedagogical-teams/40.collection-existing-pedagogical-content/05.classical-mechanics/vector-analysis/textbook.en.md

34
00.brainstorming-pedagogical-teams/40.collection-existing-pedagogical-content/05.classical-mechanics/vector-analysis/textbook.en.md

@ -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
```
Loading…
Cancel
Save