Docs tooling audit
Docs tooling audit
Section titled “Docs tooling audit”Decision
Section titled “Decision”This repo owns local documentation through docs-site/, using Astro, Starlight, MDX, and Sitemap.
Commands
Section titled “Commands”docs:devdelegates todocs-sitefor local preview.docs:buildbuilds the static Astro site.docs:checkrunsastro checkfor documentation type/config validation.
Existing sources
Section titled “Existing sources”Existing Astro docs-site, mdBook/book.toml legacy source, and docs/ Markdown.
.github/workflows/docs.yml installs the docs app dependencies, runs docs:check, and then runs docs:build.
Migration note
Section titled “Migration note”Legacy generators remain source generators only. Published documentation should converge through this Astro/Starlight app.