The FeatBit documentation site, built with Next.js and Fumadocs. Migrated
documentation lives under content/docs and is served from /docs.
Run development server:
npm run dev
# or
pnpm dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
In the project, you can see:
src/lib/source.ts: Fumadocs content source adapter.src/lib/layout.shared.tsx: Shared FeatBit navigation and external links.
| Route | Description |
|---|---|
app/(home) |
The route group for your landing page and other pages. |
app/docs |
The documentation layout and pages. |
app/api/search/route.ts |
The Route Handler for search. |
Collections are defined with the Macro API in lib/source.ts.
Read the Introduction for further details.
To learn more about Next.js and Fumadocs, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
- Fumadocs - learn about Fumadocs