Development
Documentation site
Authoring and previewing these docs with Speed Docs.
This site is generated with Speed Docs from the docs/ content directory at the repository root.
Local preview
pnpm docs:devProduction build
pnpm docs:buildThe CLI writes static output (by default under docs-output/ at the repo root — confirm with your Speed Docs version). Deploy that directory to any static host, or wire the Speed Docs GitHub Action into CI.
Authoring conventions
- Pages live under
docs/docs/as.mdxwith YAML frontmatter (title, optionaldescription, optionalicon). - Sidebar order is controlled by
meta.jsonbeside each folder. - Static assets (for example
logo.png) sit next toconfig.jsonindocs/and are referenced with a/prefix.
For component examples (Callout, Steps, Files), see the Speed Docs skill create-project-docs in this repository’s .cursor/skills.