docs: fix broken /provider fragment anchors in slash-commands.md#530
docs: fix broken /provider fragment anchors in slash-commands.md#530jimpablo wants to merge 1 commit into
Conversation
|
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Update documentation links for the /provider slash command to point to the correct “interactive provider management” section in the providers configuration docs.
Changes:
- Fix the providers.md anchor in the English
/providercommand reference. - Fix the providers.md anchor in the Chinese
/providercommand reference.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| docs/zh/reference/slash-commands.md | Updates /provider link target anchor to the interactive provider management section. |
| docs/en/reference/slash-commands.md | Updates /provider link target anchor to the interactive provider management section. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| | `/login` | — | Select an account or platform and log in: Kimi Code uses OAuth device-code flow; Kimi Platform uses API key login | No | | ||
| | `/logout` | — | Clear credentials for the currently selected account | No | | ||
| | `/provider` | — | Open the interactive provider manager to view, add, and remove configured providers. See [Platforms & Models — `/provider` and provider management](../configuration/providers.md#provider-与供应商管理) | Yes | | ||
| | `/provider` | — | Open the interactive provider manager to view, add, and remove configured providers. See [Platforms & Models — `/provider` and provider management](../configuration/providers.md#provider-—-interactive-provider-management) | Yes | |
| | `/login` | — | 选择账号或平台并登录:Kimi Code 走 OAuth 验证码流程,Kimi Platform 通过 API 密钥登录 | 否 | | ||
| | `/logout` | — | 清除当前所选账号的凭据 | 否 | | ||
| | `/provider` | — | 打开交互式供应商管理器,查看、添加和删除已配置的供应商。详见[平台与模型 — `/provider` 与供应商管理](../configuration/providers.md#provider-与供应商管理) | 是 | | ||
| | `/provider` | — | 打开交互式供应商管理器,查看、添加和删除已配置的供应商。详见[平台与模型 — `/provider` 与供应商管理](../configuration/providers.md#provider-—-交互式供应商管理) | 是 | |
7bffa2d to
82413eb
Compare
|
Consolidated into #578, which collects all the broken-anchor / cross-reference link fixes into a single PR for easier review. Closing this in favor of that one. |
Problem
slash-commands.md(EN + ZH) links toproviders.md#provider-与供应商管理, but this fragment does not exist on the target page.#provider-—-interactive-provider-management交互式); the correct anchor is#provider-—-交互式供应商管理Same root cause as #518 (Chinese fragment in EN docs) but in different files. Verified against VitePress build output.
What changed
Fixed 2 fragment anchors, 1 per locale (EN + ZH). No other content changed.
Checklist
gen-changesetsskill, or this PR needs no changeset.gen-docsskill, or this PR needs no doc update.