Skip to content

Docs tooling audit

This repo owns local documentation through docs-site/, using Astro, Starlight, MDX, and Sitemap.

  • docs:dev delegates to docs-site for local preview.
  • docs:build builds the static Astro site.
  • docs:check runs astro check for documentation type/config validation.

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.

Legacy generators remain source generators only. Published documentation should converge through this Astro/Starlight app.