How to Add Pages
Workflow
- Choose the destination section:
getting-started,commands, orcontributing. - Create a new Markdown file under
docs/<section>/. - Add frontmatter:
---title: Your Page Titledescription: One sentence explaining why this page exists.---- Add links from at least one section index or related page.
- Update sidebar navigation in
astro.config.mjsif the page needs top-level visibility. - Run validation commands before opening a pull request.
Required Checks
bun run lintbun run validate:links:internalbun run validate:a11yReview Expectations
- Follow Content Style.
- Follow Navigation Rules.
- Use Page Template for new operational pages.