add mermaid chart authored by Malin Freeborn's avatar Malin Freeborn
...@@ -20,6 +20,22 @@ Notes on the game's design. ...@@ -20,6 +20,22 @@ Notes on the game's design.
- [Latex and git](dev/lat) - [Latex and git](dev/lat)
- [FOSS development](dev/foss) - [FOSS development](dev/foss)
<div class="center">
```mermaid
graph TD
img(img) -->|formatting check| dev(dev)
dev --> img
dev --> |pipeline check| master
idea(random-idea) --> dev
dev --> ods
```
- `ods` only exists to update the Character Spreadsheet.
- `img` allows images to get a double check before entering the git history.
- `master` requires a manual formatting check.
</div>
## Latex ## Latex
A quickstart guide to Latex and notes on how the books are laid out: A quickstart guide to Latex and notes on how the books are laid out:
... ...
......