A collection of technical diagrams (Mermaid) for reference and documentation—ML pipelines, system design, workflows, and more.
Live site: The GitHub Pages site is built from the frontend React app and deploys automatically when changes are merged to main. You can browse, search, view rendered Mermaid diagrams, and download diagram source from there. In your repo Settings → Pages, set Source to GitHub Actions so the workflow can deploy.
- Create a markdown file (e.g.
topic-name.md) in this repo. - Use Mermaid inside a fencede code block:
```mermaid flowchart TD A --> B ```
Loadingflowchart TD A --> B - Add a short description and notes below the diagram if helpful.
- Add a row to the Diagrams table above:
| N | Title | [filename.md](filename.md) |.
- One diagram (or one closely related set) per file.
- Keep descriptions concise.
- Use clear, consistent node labels in Mermaid.
- Open a PR with your new or updated diagram file and a README table entry.
- Describe what the diagram shows in the PR description.
We use All Contributors to recognize everyone who helps. To add or update a contributor, use the @all-contributors bot in an issue or PR—e.g. @all-contributors please add @username for docs.
Stella Ray 📖 |
ITstar 📖 |
O_O 📖 |