MakerFLOSS/sandbox/test-mermaid.md
sjat f6d589edec
All checks were successful
Build docs site / build (push) Successful in 31s
Build slides / build (push) Successful in 49s
docs: split published site (docs/) from internal notes (notes/)
The docs/ tree previously conflated published-site content (3 pages
were in mkdocs.yml nav) with working notes (~18 files that just sat
in the repo). Restructure so each tree means one thing:

- docs/         everything here is built and shipped to docs.makerfloss.eu.
                Adds docs/presentations/ for the two Marp decks
                previously living under docs/møder/.
- notes/        repo-only working material, not built. Contains
                meetings/, todo/, dev/ (was docs/superpowers/), and
                communications/ (the launch Facebook post).
- sandbox/      test-mermaid.md, the Marp/Mermaid pipeline sandbox.

Other touches:
- Drop "_noter" suffix on meeting filenames; drop "_presentation"
  from the messaging deck's basename for symmetry with SoMe-taxonomi.
- Update CLAUDE.md and docs/index.md path references.
- Drop the now-redundant --exclude-dir=superpowers from
  build-slides.sh since superpowers/ is no longer under docs/.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-18 16:53:27 +02:00

35 lines
496 B
Markdown

---
marp: true
theme: gaia
class: invert
paginate: true
---
# Mermaid Pipeline Test
Validating mermaid diagram rendering in Marp slides.
MakerFLOSS · May 2026
---
## Build Pipeline
```mermaid
graph LR
A[Write Markdown] --> B[git push]
B --> C[Forgejo webhook]
C --> D[build-slides.sh]
D --> E[mermaid inject]
E --> F[slides.makerfloss.eu]
```
---
## Regular Slide
No diagram here — confirms regular content is unaffected.
- Bullet one
- Bullet two
- Bullet three