docs(zh): add missing tutorials (manage-api-consumers, cache-api-response) for release/3.10 #12732
+516
−1
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.
Fixes #11217
Description
This PR adds the missing Chinese documentation for
manage-api-consumers.mdandcache-api-response.mdunderdocs/zh/latest/tutorials/.The goal is to fix the parsing error on the Chinese site where the
manage-api-consumerslink was broken due to the absence of corresponding localized files. (This PR contains the same changes as #12727.)This PR supplements these files in the latest version, ensuring consistency between the English and Chinese documentation.
Motivation and Context
Previously, some tutorial pages such as
manage-api-consumersdid not have a Chinese version, which caused broken links on the Chinese documentation site.Adding these missing files resolves that issue and aligns the documentation structure between both languages.
Changes
Added:
docs/zh/latest/tutorials/manage-api-consumers.mddocs/zh/latest/tutorials/cache-api-response.mdUpdated:
docs/zh/latest/config.jsonto include the new documents.Checklist
I have explained the need for this PR and the problem it solves
I have explained the changes or the new features added to this PR
I have verified that this change is backward compatible
I have updated the documentation to reflect this change
Description
This PR adds the missing Chinese documentation for
manage-api-consumers.mdandcache-api-response.mdunderdocs/zh/latest/tutorials/.The goal is to fix the parsing error on the Chinese site where the
manage-api-consumerslink was broken due to the absence of corresponding localized files. (This PR contains the same changes as #12727.)This PR supplements these files in the latest version, ensuring consistency between the English and Chinese documentation.
Motivation and Context
Previously, some tutorial pages such as
manage-api-consumersdid not have a Chinese version, which caused broken links on the Chinese documentation site.Adding these missing files resolves that issue and aligns the documentation structure between both languages.
Changes
Added:
docs/zh/latest/tutorials/manage-api-consumers.mddocs/zh/latest/tutorials/cache-api-response.mdUpdated:
docs/zh/latest/config.jsonto include the new documents.Checklist
I have explained the need for this PR and the problem it solves
I have explained the changes or the new features added to this PR
I have verified that this change is backward compatible
I have updated the documentation to reflect this change