The source code of getsaga.dev, the website for Saga — a code-first static site generator in Swift.
- Documentation — Saga's DocC guide files, rendered as browsable HTML pages
- API reference — generated from Saga's symbol graph, covering every public type, method, and property
- Landing page — feature overview, code examples, and links to the plugin ecosystem
The site is itself built with Saga: it parses Saga's own source code and DocC files to produce its documentation. Saga documenting Saga.
- Saga — static site generation
- SagaSwimRenderer — type-safe HTML templates
- SagaParsleyMarkdownReader — Markdown parsing
- Moon — syntax highlighting
- Bonsai — HTML minification
- SwiftTailwind — Tailwind CSS
- SymbolKit — symbol graph parsing for the API reference
brew install loopwerk/tap/saga just
just runjust buildThe output is written to deploy/.
