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:
@@ -1,10 +1,14 @@
|
||||
export default {
|
||||
index: 'Welcome to Qwen Code',
|
||||
cli: 'CLI',
|
||||
core: 'Core',
|
||||
tools: 'Tools',
|
||||
features: 'Features',
|
||||
'ide-integration': 'IDE Integration',
|
||||
development: 'Development',
|
||||
support: 'Support',
|
||||
index: {
|
||||
type: 'page',
|
||||
display: 'hidden',
|
||||
},
|
||||
users: {
|
||||
type: 'page',
|
||||
title: 'User Guide',
|
||||
},
|
||||
developers: {
|
||||
type: 'page',
|
||||
title: 'Developer Guide',
|
||||
},
|
||||
};
|
||||
|
||||
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',
|
||||
};
|
||||
@@ -5,12 +5,7 @@ export default {
|
||||
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',
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
0
docs/developers/contributing.md
Normal file
0
docs/developers/contributing.md
Normal file
@@ -1,7 +1,5 @@
|
||||
export default {
|
||||
architecture: 'Architecture',
|
||||
npm: 'NPM',
|
||||
deployment: 'Deployment',
|
||||
telemetry: 'Telemetry',
|
||||
'integration-tests': 'Integration Tests',
|
||||
'issue-and-pr-automation': 'Issue and PR Automation',
|
||||
|
||||
1
docs/developers/roadmap.md
Normal file
1
docs/developers/roadmap.md
Normal file
@@ -0,0 +1 @@
|
||||
# Qwen Code RoadMap
|
||||
0
docs/index.md
Normal file
0
docs/index.md
Normal file
28
docs/users/_meta.ts
Normal file
28
docs/users/_meta.ts
Normal file
@@ -0,0 +1,28 @@
|
||||
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',
|
||||
},
|
||||
};
|
||||
0
docs/users/common-workflow.md
Normal file
0
docs/users/common-workflow.md
Normal file
7
docs/users/configuration/_meta.ts
Normal file
7
docs/users/configuration/_meta.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export default {
|
||||
settings: 'Settings File',
|
||||
memory: 'Memory Management',
|
||||
'trusted-folders': 'Trusted Folders',
|
||||
'qwen-ignore': 'Ignoring Files',
|
||||
themes: 'Themes',
|
||||
};
|
||||
0
docs/users/configuration/memory.md
Normal file
0
docs/users/configuration/memory.md
Normal file
0
docs/users/configuration/settings.md
Normal file
0
docs/users/configuration/settings.md
Normal file
@@ -1,8 +1,15 @@
|
||||
export default {
|
||||
subagents: 'Subagents',
|
||||
checkpointing: 'Checkpointing',
|
||||
sandbox: 'Sandbox Support',
|
||||
'sub-commands': 'Sub Commands',
|
||||
checkpointing: {
|
||||
display: 'hidden',
|
||||
},
|
||||
headless: 'Headless Mode',
|
||||
'welcome-back': 'Welcome Back',
|
||||
'welcome-back': {
|
||||
display: 'hidden',
|
||||
},
|
||||
'approval-mode': 'Approval Mode',
|
||||
'token-caching': 'Token Caching',
|
||||
mcp: 'MCP',
|
||||
sandbox: 'Sandboxing',
|
||||
};
|
||||
|
||||
0
docs/users/features/approval-mode.md
Normal file
0
docs/users/features/approval-mode.md
Normal file
0
docs/users/features/mcp.md
Normal file
0
docs/users/features/mcp.md
Normal file
0
docs/users/features/sub-commands.md
Normal file
0
docs/users/features/sub-commands.md
Normal file
0
docs/users/integration-github-action.md
Normal file
0
docs/users/integration-github-action.md
Normal file
0
docs/users/integration-vscode.md
Normal file
0
docs/users/integration-vscode.md
Normal file
0
docs/users/integration-zed.md
Normal file
0
docs/users/integration-zed.md
Normal file
0
docs/users/overview.md
Normal file
0
docs/users/overview.md
Normal file
0
docs/users/quick-start.md
Normal file
0
docs/users/quick-start.md
Normal file
3
docs/users/reference/_meta.ts
Normal file
3
docs/users/reference/_meta.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export default {
|
||||
'keyboard-shortcuts': 'Keyboard Shortcuts',
|
||||
};
|
||||
@@ -1,4 +1,6 @@
|
||||
export default {
|
||||
troubleshooting: 'Troubleshooting',
|
||||
'tos-privacy': 'Terms of Service',
|
||||
|
||||
Uninstall: 'Uninstall',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user