Official documentation site for the Manic framework.
- Live docs: manicjs.tech/docs
- Repo: manic-js/docs
- Next.js (App Router)
- Fumadocs + MDX
- Bun runtime and package manager
- TypeScript
bun install
bun run devOpen http://localhost:3000.
bun run dev- start dev serverbun run build- production buildbun run start- run production serverbun run types:check- generate types + TypeScript checkbun run lint- run oxlint
content/docs/- all documentation pages (.mdx)app/docs/- docs routes and page shelllib/source.ts- content source loadersource.config.ts- MDX/Fumadocs source configuration
- Canonical domain is
https://manicjs.tech - Robots and sitemap are generated via Next metadata routes:
app/robots.tsapp/sitemap.ts
If you see an error like Export docs doesn't exist from Fumadocs collections, regenerate sources:
bunx fumadocs-mdxThen restart the dev server.