docs: Revise documentation structure and update content for clarity

This commit is contained in:
joeytoday
2025-12-10 16:56:37 +08:00
parent e12a80b24e
commit a39b68a44f
5 changed files with 29 additions and 39 deletions

View File

@@ -0,0 +1,24 @@
# Qwen Code Documentation
Welcome to the Qwen Code documentation. Qwen Code is an agentic coding tool that lives in your terminal and helps you turn ideas into code faster than ever before.
![](https://gw.alicdn.com/imgextra/i2/O1CN01gstHL41WowLwCfCQJ_!!6000000002836-2-tps-2228-1418.png)
## Documentation Sections
### [User Guide](/users/overview)
Learn how to use Qwen Code as an end user. This section covers:
- Basic installation and setup
- Common usage patterns
- Features and capabilities
- Configuration options
- Troubleshooting
### [Developer Guide](/developers/contributing)
Learn how to contribute to and develop Qwen Code. This section covers:
- Architecture overview
- Contributing guidelines
- Core concepts and implementation details
- Tools and development workflow
- Extension and plugin development