For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
预约演示登录免费开始
  • 入门
    • 概览
    • 工作原理
    • 快速开始
    • 项目结构
    • Customer showcase
    • 变更日志
  • 配置
    • 概览
    • 站点级设置
    • 页面级设置
  • 编写内容
    • Markdown 基础
    • Markdown 中的富媒体
    • Fern 编辑器
    • 可复用代码片段
  • AI 功能
    • 概览
    • Fern Writer
    • AI 生成的示例
    • Markdown 访问
      • 概览
      • Agent 指令
      • 智能体指令
      • 分析与集成
    • MCP 服务器
    • API 目录发现
  • Public API
    • GETJWT from Fern API key
    • GETAlgolia search credentials
    • GETCurrent user information
  • Fern Writer API
    • GETGet Fern Writer Install Link
Checking status...
SOC2Soc 2 Type II
© 2026 Fern • Birch Solutions, Inc., a Postman company

Documentation

SDKsDocsAsk FernCLI Reference

API Definitions

OpenAPIAsyncAPIOpenRPCgRPC

Resources

BlogSupportPricing

Company

Brand KitPrivacy PolicyTerms of Service
LogoLogo
预约演示登录免费开始

Changelog

March 31, 2026
March 31, 2026
此页面是否有帮助?
编辑此页面
上一个

April 2, 2026

下一个

March 30, 2026

配置 fern check 规则严重性

您现在可以使用 check.rules 属性直接在 docs.yml 文件中配置 fern check 运行的验证规则的严重性。将单个规则设置为 "warn"(非阻塞)或 "error"(阻塞)来控制哪些检查会使您的构建失败。

docs.yml
1check:
2 rules:
3 broken-links: error
4 example-validation: warn

--broken-links 和 --strict-broken-links CLI 标志现已弃用,推荐使用此配置。

阅读文档

AI 搜索升级

Ask Fern 现在运行在 Claude 4.6 Sonnet 上,提供更快、更准确的答案。

阅读文档

Context7 集成

在您的 Fern 文档站点上托管 Context7 验证文件。在 docs.yml 中添加 integrations.context7,指向您的 context7.json 文件,Fern 将在您域名的 /context7.json 路径提供此文件。

docs.yml
1integrations:
2 context7: ./path/to/context7.json

需要 Fern CLI 版本 4.52.0 或更高版本。

阅读文档