mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
feat: refactor docs
This commit is contained in:
23
docs/developers/_meta.ts
Normal file
23
docs/developers/_meta.ts
Normal file
@@ -0,0 +1,23 @@
|
||||
export default {
|
||||
'Contribute to Qwen Code': {
|
||||
title: 'Contribute to Qwen Code',
|
||||
type: 'separator',
|
||||
},
|
||||
architecture: 'Architecture',
|
||||
contributing: 'Contributing Guide',
|
||||
roadmap: 'Roadmap',
|
||||
'Qwen Code SDK': {
|
||||
title: 'Qwen Code SDK',
|
||||
type: 'separator',
|
||||
},
|
||||
'Dive Into Qwen Code': {
|
||||
title: 'Dive Into Qwen Code',
|
||||
type: 'separator',
|
||||
},
|
||||
cli: {
|
||||
display: 'hidden',
|
||||
},
|
||||
core: 'Core',
|
||||
tools: 'Tools',
|
||||
// development: 'Development',
|
||||
};
|
||||
Reference in New Issue
Block a user