# new-api-docs-v1 **Repository Path**: ben__1993/new-api-docs-v1 ## Basic Information - **Project Name**: new-api-docs-v1 - **Description**: No description available - **Primary Language**: Unknown - **License**: CC0-1.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-23 - **Last Updated**: 2025-12-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # new-api-docs-v1 A Next.js documentation site for New API. ## Development Run the development server: ```bash bun install bun dev ``` Open http://localhost:3000 with your browser to see the result. ## Build Build the application for production: ```bash bun run build ``` ## Project Structure | 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 | ## Learn More - [Next.js Documentation](https://nextjs.org/docs) - Next.js features and API