qwen-code/docs/users/features/_meta.ts
wenshao ba8a3a741f fix(review): fix section numbering, nav entry, and step hierarchy
- commands.md: renumber 1.6→1.7→1.8→1.9 after inserting 1.5 Built-in Skills
- SKILL.md: promote Reverse audit from ### to ## Step 2.6 for consistent
  step hierarchy
- _meta.ts: add code-review to Features navigation sidebar

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-07 01:04:21 +08:00

21 lines
529 B
TypeScript

export default {
commands: 'Commands',
'code-review': 'Code Review',
'followup-suggestions': 'Followup Suggestions',
'sub-agents': 'SubAgents',
arena: 'Agent Arena',
skills: 'Skills',
headless: 'Headless Mode',
checkpointing: {
display: 'hidden',
},
'approval-mode': 'Approval Mode',
mcp: 'MCP',
lsp: 'LSP (Language Server Protocol)',
'token-caching': 'Token Caching',
sandbox: 'Sandboxing',
language: 'i18n',
channels: 'Channels',
hooks: 'Hooks',
'scheduled-tasks': 'Scheduled Tasks',
};