feat: update docs

This commit is contained in:
pomelo-nwu 2025-10-22 19:27:27 +08:00
parent 6183f24be7
commit 1f760b116f
13 changed files with 352 additions and 55 deletions

View file

@ -9,8 +9,8 @@ export default {
tutorials: 'Tutorials',
'keyboard-shortcuts': 'Keyboard Shortcuts',
'trusted-folders': 'Trusted Folders',
Uninstall: 'Uninstall',
'qwen-ignore': 'Ignoring Files',
Uninstall: 'Uninstall',
};
/**

View file

@ -1,6 +1,6 @@
# Qwen Code CLI
Within Qwen Code, `packages/cli` is the frontend for users to send and receive prompts with Qwen and other AI models and their associated tools. For a general overview of Qwen Code, see the [main documentation page](../index.md).
Within Qwen Code, `packages/cli` is the frontend for users to send and receive prompts with Qwen and other AI models and their associated tools. For a general overview of Qwen Code
## Navigating this section