fix(docs): 移除 SDK 文档数据提供与工具分组下多余的 2.0.0 tag#133
Merged
Conversation
这些页面(Chat Provider / 数据提供、XRequest / XStream / 工具)的 frontmatter 中 tag: 2.0.0 不应展示,统一移除 zh-CN 与 en-US 共 12 个文件中的该字段。
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.
背景
SDK 文档中「数据提供」(Chat Provider)与「工具」(Utilities)两个分组下的页面 frontmatter 里都带有
tag: 2.0.0,该版本标签不应展示在这些页面上,属于误加。改动
移除以下 12 个文件 frontmatter 中的
tag: 2.0.0字段(zh-CN 与 en-US 同步处理):chat-provider/chat-provider-custom/chat-provider-open-ai/chat-provider-deepseek(数据提供)x-request/x-stream(工具)验证
grep -rn "tag: 2.0.0" packages/docs/src/已无任何匹配