Skip to content

Getting Started

Add your content here.

  1. Edit src/content/docs/index.mdx
  2. Add new files under src/content/docs/ — they appear automatically via autogenerate
  3. Update astro.config.mjs to configure sidebar and plugins
  4. Press Ctrl + K to test search (Pagefind index built on bun run build)

Any .md/.mdx in guides/ or reference/ is auto-listed. Control order with:

---
sidebar:
order: 1
label: Custom name
---