A Next.js documentation site for New API.
Run the development server:
bun install
bun devOpen http://localhost:3000 with your browser to see the result.
Build the application for production:
bun run build| Path | Description |
|---|---|
app/(home) |
Landing page and home pages |
app/[lang]/docs |
Documentation pages (i18n) |
app/api/search/route.ts |
Search API endpoint |
content/docs/ |
Documentation content (MDX) |
lib/source.ts |
Content source configuration |
- Next.js Documentation - Next.js features and API