Documentation site for monolock, built with Astro and Starlight.
npm install
npm run devContent lives in src/content/docs/; the sidebar is configured in
astro.config.mjs. Mermaid diagrams in fenced ```mermaid blocks are
rendered client-side by astro-mermaid
with automatic light/dark theming.
Pushing to main builds and publishes to GitHub Pages via
.github/workflows/deploy.yml.