mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
36 lines
1.3 KiB
TypeScript
36 lines
1.3 KiB
TypeScript
export default {
|
|
index: 'Introduction',
|
|
authentication: 'Authentication',
|
|
'openai-auth': 'OpenAI Authentication',
|
|
commands: 'Commands',
|
|
configuration: 'Configuration',
|
|
'configuration-v1': 'Configuration (v1)',
|
|
themes: 'Themes',
|
|
tutorials: 'Tutorials',
|
|
'keyboard-shortcuts': 'Keyboard Shortcuts',
|
|
'trusted-folders': 'Trusted Folders',
|
|
'qwen-ignore': 'Ignoring Files',
|
|
Uninstall: 'Uninstall',
|
|
};
|
|
|
|
/**
|
|
*
|
|
* { "label": "Introduction", "slug": "docs/cli" },
|
|
{ "label": "Authentication", "slug": "docs/cli/authentication" },
|
|
{ "label": "Commands", "slug": "docs/cli/commands" },
|
|
{ "label": "Configuration", "slug": "docs/cli/configuration" },
|
|
{ "label": "Checkpointing", "slug": "docs/checkpointing" },
|
|
{ "label": "Extensions", "slug": "docs/extension" },
|
|
{ "label": "Headless Mode", "slug": "docs/headless" },
|
|
{ "label": "IDE Integration", "slug": "docs/ide-integration" },
|
|
{
|
|
"label": "IDE Companion Spec",
|
|
"slug": "docs/ide-companion-spec"
|
|
},
|
|
{ "label": "Telemetry", "slug": "docs/telemetry" },
|
|
{ "label": "Themes", "slug": "docs/cli/themes" },
|
|
{ "label": "Token Caching", "slug": "docs/cli/token-caching" },
|
|
{ "label": "Trusted Folders", "slug": "docs/trusted-folders" },
|
|
{ "label": "Tutorials", "slug": "docs/cli/tutorials" }
|
|
*/
|