You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(zh): translate ParamFields in site-level-settings (analytics/integrations/ask-fern/agents/ai-examples/check/experimental)
Final batch covering the remaining sections of the site-level-settings
reference: analytics (ga4/gtm/posthog), integrations (context7),
ask-fern (datasources, system-prompt), agents (page-directive,
description-source, llms-txt, llms-full-txt), ai-examples
(enabled/style), check rules (broken-links, example-validation,
no-non-component-refs, valid-local-references, no-circular-redirects,
valid-docs-endpoints, missing-redirects), experimental
(dynamic-snippets), and the trailing canonical-host fallback note.
The site-level-settings reference is now fully translated.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Relative path to a [Context7](https://context7.com/) verification file. When set, Fern hosts the file at `/context7.json` on your docs site. Learn more about the [Context7 integration](/learn/docs/integrations/context7).
<ParamField path="ai-search.datasources" type="list of objects" required={false} toc={true}>
1134
-
Additional content sources that Ask Fern should index and search. For more details, see [Additional content sources](/learn/docs/ai-features/ask-fern/content-sources).
An optional display name for this datasource. This helps users understand where the information is coming from when Ask Fern cites content from this source.
Text prepended to each page's Markdown output when served to AI agents. The directive is injected after the frontmatter metadata section but before the page body. Human-facing documentation is unaffected. When not set, a default directive is used that points agents to your site's `.md` URLs, `llms.txt`, and `llms-full.txt`. Set to an empty string to disable the directive entirely.
Controls which [frontmatter](/learn/docs/configuration/page-level-settings) field is preferred for one-line page descriptions in `llms.txt`. Defaults to `description`. If the preferred field isn't present in a page's frontmatter, Fern falls back to other fields (`description`, `subtitle`, `og:description`, `headline`, `excerpt`).
Path to a custom `llms.txt` file, relative to `docs.yml`. When set, this file is served at the root-level `/llms.txt` endpoint instead of the auto-generated version. Nested paths continue to use the auto-generated output.
Path to a custom `llms-full.txt` file, relative to `docs.yml`. When set, this file is served at the root-level `/llms-full.txt` endpoint instead of the auto-generated version. Nested paths continue to use the auto-generated output.
Controls AI-generated examples for API Reference pages. When enabled, realistic example values are generated instead of placeholder values like `"string"`. Manual examples in `x-fern-examples` or OpenAPI `example` properties always take priority. Set to `false` to disable AI examples entirely.
1190
+
控制 API Reference 页面的 AI 生成示例。启用时,会生成贴近实际的示例值,替代 `"string"` 之类的占位值。`x-fern-examples` 或 OpenAPI `example` 属性中的手动示例始终优先。设为 `false` 可完全禁用 AI 示例。
Instructions to guide the content and style of AI-generated examples in your API Reference. Use this to align examples with your brand or domain. Limited to 500 characters.
1194
+
用于指导 API Reference 中 AI 生成示例的内容和风格的说明。可用此项让示例符合您的品牌或领域风格。最多 500 个字符。
Severity for broken link detection. Defaults to `error` for broken internal links and `warn` for malformed URLs. Replaces the deprecated `--broken-links` and `--strict-broken-links` CLI flags.
Severity for missing redirect detection. Compares the current docs navigation against the previously published state and flags pages that were removed or moved to a new URL without a corresponding [redirect](/learn/docs/configuration/site-level-settings#redirects-configuration) in `docs.yml`. Requires authentication (`fern login` or the `FERN_TOKEN` environment variable). The check is skipped on first publish, when unauthenticated, or when the network is unavailable.
Controls dynamic SDK snippets that allow users to modify parameters and see code examples update in real time. Dynamic snippets are enabled by default and supported across all languages. Follow the [SDK snippets setup instructions](/docs/api-references/sdk-snippets) to configure. Set to false to use static SDK snippets instead.
0 commit comments