Documentation site for AgentBlit, built with Fumadocs and Next.js.
- Node.js 22+
- pnpm
pnpm install
pnpm devOpen http://localhost:3000. Documentation lives at http://localhost:3000/docs.
Add MDX files under content/docs/. See Fumadocs page conventions for slugs, frontmatter, and sidebar structure.
| Path | Purpose |
|---|---|
content/docs/ |
MDX documentation pages |
lib/source.ts |
Fumadocs content loader |
lib/layout.shared.tsx |
Shared layout options (nav title, GitHub link) |
lib/shared.ts |
App name and GitHub config |
app/docs/ |
Docs layout and catch-all route |
app/api/search/route.ts |
Full-text search (Orama) |
source.config.ts |
Fumadocs MDX configuration |
| Command | Description |
|---|---|
pnpm dev |
Start development server |
pnpm build |
Production build |
pnpm start |
Serve production build |
pnpm lint |
Run ESLint |
pnpm types:check |
Typecheck MDX and TypeScript |