fix(docs): correct zh i18n AI plugin filenames and image paths for versions 2.7.0.1-2.7.0.3#1122
Merged
Merged
Conversation
…rsions 2.7.0.1-2.7.0.3
…rsions 2.7.0.1-2.7.0.3
There was a problem hiding this comment.
Pull request overview
This PR fixes Chinese i18n AI plugin docs rendering issues for versions 2.7.0.1–2.7.0.3 by aligning AI plugin doc filenames and normalizing image paths so Docusaurus can resolve them correctly.
Changes:
- Renames AI plugin doc pages to consistent slugs (ai-prompt, ai-proxy, ai-token-limiter) for zh i18n versioned docs.
- Updates broken image references to use site-root
/img/...paths. - Adds the missing zh docs page for AiTokenLimiter in 2.7.0.1–2.7.0.3.
Reviewed changes
Copilot reviewed 6 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| i18n/zh/docusaurus-plugin-content-docs/version-2.7.0.3/plugin-center/ai/ai-token-limiter.md | Adds zh AiTokenLimiter plugin page (new) with corrected image paths. |
| i18n/zh/docusaurus-plugin-content-docs/version-2.7.0.3/plugin-center/ai/ai-proxy.md | Fixes image URLs to /img/... so screenshots render. |
| i18n/zh/docusaurus-plugin-content-docs/version-2.7.0.3/plugin-center/ai/ai-prompt.md | Fixes image URLs to /img/... so screenshots render. |
| i18n/zh/docusaurus-plugin-content-docs/version-2.7.0.2/plugin-center/ai/ai-token-limiter.md | Adds zh AiTokenLimiter plugin page (new) with corrected image paths. |
| i18n/zh/docusaurus-plugin-content-docs/version-2.7.0.2/plugin-center/ai/ai-proxy.md | Fixes image URLs to /img/... so screenshots render. |
| i18n/zh/docusaurus-plugin-content-docs/version-2.7.0.2/plugin-center/ai/ai-prompt.md | Fixes image URLs to /img/... so screenshots render. |
| i18n/zh/docusaurus-plugin-content-docs/version-2.7.0.1/plugin-center/ai/ai-token-limiter.md | Adds zh AiTokenLimiter plugin page (new) with corrected image paths. |
| i18n/zh/docusaurus-plugin-content-docs/version-2.7.0.1/plugin-center/ai/ai-proxy.md | Fixes image URLs to /img/... so screenshots render. |
| i18n/zh/docusaurus-plugin-content-docs/version-2.7.0.1/plugin-center/ai/ai-prompt.md | Fixes image URLs to /img/... so screenshots render. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Aias00
approved these changes
Jun 8, 2026
Contributor
|
pls add wechat: aias00 |
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.
close #1121
All changes:
1.rename ai-prompt-plugin.md to ai-prompt.md
2.rename ai-proxy-plugin.md to ai-proxy.md
3.rename ai-tokenLimiter-plugin.md to ai-token-limiter.md
Test cases:

AI prompt plugin
AI proxy plugin

AI token limiter plugin
