mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
feat: update docs
This commit is contained in:
parent
57df439f43
commit
60211b8180
11 changed files with 717 additions and 104 deletions
|
|
@ -10,6 +10,7 @@ export default {
|
|||
title: 'Qwen Code SDK',
|
||||
type: 'separator',
|
||||
},
|
||||
'sdk-typescript': 'Typescript SDK',
|
||||
'Dive Into Qwen Code': {
|
||||
title: 'Dive Into Qwen Code',
|
||||
type: 'separator',
|
||||
|
|
@ -17,7 +18,16 @@ export default {
|
|||
cli: {
|
||||
display: 'hidden',
|
||||
},
|
||||
core: 'Core',
|
||||
|
||||
tools: 'Tools',
|
||||
// development: 'Development',
|
||||
core: {
|
||||
display: 'hidden',
|
||||
},
|
||||
extensions: {
|
||||
display: 'hidden',
|
||||
},
|
||||
examples: {
|
||||
display: 'hidden',
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue