mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
28 lines
515 B
TypeScript
28 lines
515 B
TypeScript
export default {
|
|
'Contribute to Qwen Code': {
|
|
title: 'Contribute to Qwen Code',
|
|
type: 'separator',
|
|
},
|
|
architecture: 'Architecture',
|
|
roadmap: 'Roadmap',
|
|
contributing: 'Contributing Guide',
|
|
'Qwen Code SDK': {
|
|
title: 'Agent SDK',
|
|
type: 'separator',
|
|
},
|
|
'sdk-typescript': 'Typescript SDK',
|
|
'Dive Into Qwen Code': {
|
|
title: 'Dive Into Qwen Code',
|
|
type: 'separator',
|
|
},
|
|
|
|
tools: 'Tools',
|
|
|
|
extensions: {
|
|
display: 'hidden',
|
|
},
|
|
examples: {
|
|
display: 'hidden',
|
|
},
|
|
};
|