docs-site/README.md
A documentation website for Qwen Code built with Next.js and Nextra.
npm install
Link the documentation content from the parent docs directory:
npm run link
This creates a symbolic link from ../docs to content in the project.
Start the development server:
npm run dev
Open http://localhost:3000 in your browser to see the documentation site.
docs-site/
├── src/
│ └── app/
│ ├── [[...mdxPath]]/ # Dynamic routing for MDX pages
│ │ └── page.jsx
│ └── layout.jsx # Root layout with navbar and footer
├── mdx-components.js # MDX component configuration
├── next.config.mjs # Next.js configuration
└── package.json
MIT © Qwen Team