feat: update docs

This commit is contained in:
pomelo-nwu
2025-12-12 19:37:36 +08:00
parent f417ace1b0
commit 57df439f43
5 changed files with 25 additions and 144 deletions

View File

@@ -8,7 +8,8 @@
"main": "index.js",
"scripts": {
"link": "ln -s ../docs content",
"dev": "next --turbopack",
"clean": "rm -rf .next",
"dev": "npm run clean && next --turbopack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {

View File

@@ -41,6 +41,7 @@ export default async function RootLayout({ children }) {
pageMap={await getPageMap()}
docsRepositoryBase="https://github.com/QwenLM/qwen-code/docs"
footer={footer}
search={false}
// ... Your additional layout options
>
{children}