Installation
Install dependencies and start the dev server:
npm install
npm run dev
Scripts
npm run dev— start local developmentnpm run build— build the app and generate the search indexnpm start— run the production build
Requirements
- Node.js 18+
- npm, pnpm, or yarn
Customize Styling
- Edit
src/app/globals.cssand set--accentand--accent-soft. - Tailwind v4 utilities are available out of the box.
Content Structure
- Add docs under
src/content/docs/with.mdor.mdx. - The platform supports nested folders; URL mirrors folder structure.
Ordering Docs
- Update
docsItemsinsrc/components/site/Sidebar.tsxto control sidebar and prev/next order.