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

@@ -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}