Start here
- Create a site with
pnpm create svedocs my-docs. - Open
/docsand read the Quick Start. - Move through Installation, Writing, Configuration, Integrations, and Reference as the project grows.
What ships first
- Content loading, scoped navigation, and search records.
- Tailwind CSS v4 theme tokens and the default docs shell.
- Search, Ask AI, SEO, OG, and Cloudflare deployment helpers in one package.
Typical flow
Shellpnpm create svedocs my-docs cd my-docs pnpm install pnpm dev
Then keep the docs tree small at first: install the package, write pages, wire config, and only add hosted search or AI once the content itself feels stable.