docs: fix documentation errors in commands and model-providers#1962
Merged
Conversation
Contributor
📋 Review SummaryThis PR addresses two documentation issues: correcting a file path mapping in commands.md and fixing alert block formatting in model-providers.md. The changes improve documentation accuracy and rendering. 🔍 General Feedback
🎯 Specific FeedbackNo specific issues identified in this review. ✅ Highlights
|
Contributor
Code Coverage Summary
CLI Package - Full Text ReportCore Package - Full Text ReportFor detailed HTML reports, please see the 'coverage-reports-22.x-ubuntu-latest' artifact from the main CI run. |
- Corrected the file path in commands.md mapping table from '<project>/commands/git/commit.md' to '<project>/.qwen/commands/git/commit.md' - Removed trailing blank line in sandbox.md code block Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
xaelistic
pushed a commit
to xaelistic/qwen-code
that referenced
this pull request
Jun 7, 2026
docs: fix documentation errors in commands and model-providers - 测试通过 `<project>/git/commit.md` → `<project>/.qwen/commands/git/commit.md)` - 修复 develoers/sandbox 文档格式显示问题,代码块显示混乱
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TLDR
修复文档中的两处错误:
<project>/git/commit.md→<project>/commands/git/commit.md)Dive Deeper
本次 PR 主要修复了文档中存在的两个问题:
问题 1:文件路径映射错误(#1958)
docs/users/features/commands.md中,文件路径到命令名称的映射表存在错误<project>/git/commit.md<project>/commands/git/commit.md问题 2:Alert block 格式问题(#1957)
docs/users/configuration/model-providers.md中,第 4 部分的 alert block 格式有误Reviewer Test Plan
docs/users/features/commands.md中的路径映射表是否正确docs/users/configuration/model-providers.md中的 alert block 格式是否规范Testing Matrix
Linked issues / bugs
Fixes #1958
Fixes #1957