Translate prompt, api-catalog, and markdown access pages to Chinese #5325
Merged
Translate prompt, api-catalog, and markdown access pages to Chinese
#5325
Conversation
Contributor
Author
|
Requested by: devin |
| description: Fern 文档站点暴露了基于标准的 API 目录端点,让 AI 代理、MCP 客户端和 API 目录爬虫能够自动发现您的 API。 | ||
| --- | ||
|
|
||
| Fern 文档站点实现了 [RFC 9727](https://www.rfc-editor.org/rfc/rfc9727),让 AI 代理、MCP 客户端和 API 目录爬虫无需抓取 HTML 即可发现您的 API。该目录会根据可见的 [API 参考](/learn/docs/api-references/overview) 导航自动生成,并通过每个页面的 [`Link`](https://www.rfc-editor.org/rfc/rfc8288) 响应头公布——无需任何配置。通过 `hidden: true` 隐藏的引用(或所有端点都被隐藏的引用)会被排除在外。 |
Contributor
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[FernStyles.Acronyms] 'RFC' has no definition.
Contributor
devalog
approved these changes
May 2, 2026
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.
Summary
Adds Chinese (zh) translations for three pages that were missing from the recent zh-translation PR:
writing-content/components/prompt— Prompt component reference (new component, missed in the prior translation pass)ai-features/api-catalog— API catalog discovery (new page)ai-features/markdown— Markdown access (new page)Translation files mirror the existing English page paths under
fern/translations/zh/products/docs/pages/and use the same internal-link conventions as the surrounding zh content (e.g.,/learn/docs/...paths — the platform handles language routing).Requested by: Fern Support