The YAMLRocks documentation site, built with Astro Starlight.
cd docs
npm install
npm run dev # serve at http://localhost:4321
npm run build # build static site to ./distdocs/
├── astro.config.mjs # site + sidebar configuration
├── src/
│ ├── content.config.ts # Starlight content collection
│ └── content/docs/
│ ├── index.mdx # landing page
│ ├── getting-started/ # installation, quick-start, migrating
│ ├── guides/ # loading, dumping, round-trip, includes, …
│ └── reference/ # api, options, exceptions
Every feature page includes copy-pasteable examples that match the behavior in the test suite.