mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
feat: update docs
This commit is contained in:
@@ -40,6 +40,9 @@ export default async function RootLayout({ children }) {
|
||||
navbar={navbar}
|
||||
pageMap={await getPageMap()}
|
||||
docsRepositoryBase="https://github.com/QwenLM/qwen-code/docs"
|
||||
// Use a very large finite integer to expand all folders by default.
|
||||
// (Some schema validators reject `Infinity`.)
|
||||
sidebar={{ defaultMenuCollapseLevel: 9999 }}
|
||||
footer={footer}
|
||||
search={false}
|
||||
// ... Your additional layout options
|
||||
|
||||
Reference in New Issue
Block a user