mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
29 lines
745 B
TypeScript
29 lines
745 B
TypeScript
export default {
|
|
'Getting started': {
|
|
type: 'separator',
|
|
title: 'Getting started', // Title is optional
|
|
},
|
|
overview: 'Overview',
|
|
'quick-start': 'QuickStart',
|
|
'common-workflow': 'Command Workflows',
|
|
'Outside of the terminal': {
|
|
type: 'separator',
|
|
title: 'Outside of the terminal', // Title is optional
|
|
},
|
|
'integration-github-action': 'Github Action',
|
|
'integration-vscode': 'VSCode Extension',
|
|
'integration-zed': 'Zed IDE',
|
|
'Code with Qwen Code': {
|
|
type: 'separator',
|
|
title: 'Code with Qwen Code', // Title is optional
|
|
},
|
|
features: 'Features',
|
|
configuration: 'Configuration',
|
|
reference: 'Reference',
|
|
support: 'Support',
|
|
// need refine
|
|
'ide-integration': {
|
|
display: 'hidden',
|
|
},
|
|
};
|