Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Use Fern Docs to generate GraphQL API Reference documentation from
availability: pre-release
---

<Warning>GraphQL API Reference is not actively maintained. [Contact us](https://buildwithfern.com/contact) if you have questions.</Warning>
<Warning>GraphQL API Reference is not actively maintained. [Contact us](https://buildwithfern.com/book-demo) if you have questions.</Warning>
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] reported by reviewdog 🐶
[Microsoft.Contractions] Use 'isn't' instead of 'is not'.


Fern generates API Reference documentation from a [GraphQL schema](https://graphql.org/learn/schema/). Add your schema file to your Fern project and Fern renders queries, mutations, subscriptions, and types as an interactive reference.

Expand Down
2 changes: 1 addition & 1 deletion fern/products/docs/pages/authentication/sso.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ sequenceDiagram

## Setup

Fern supports any SAML 2.0 or OIDC provider (Okta, Google Workspace, Auth0, Azure AD, OneLogin, etc.). [Contact Fern](https://buildwithfern.com/contact) or reach out via Slack. Fern will work with your security team to connect to your identity provider.
Fern supports any SAML 2.0 or OIDC provider (Okta, Google Workspace, Auth0, Azure AD, OneLogin, etc.). [Contact Fern](https://buildwithfern.com/book-demo) or reach out via Slack. Fern will work with your security team to connect to your identity provider.
2 changes: 1 addition & 1 deletion fern/products/docs/pages/getting-started/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This guide covers the CLI path. A browser-based guided setup also exists at http
</llms-only>

<Tip>
If you're migrating from existing documentation, Fern provides a white-glove migration service as part of the Enterprise plan. [Reach out here](https://buildwithfern.com/contact).
If you're migrating from existing documentation, Fern provides a white-glove migration service as part of the Enterprise plan. [Reach out here](https://buildwithfern.com/book-demo).
</Tip>

<Steps toc={true}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ navbar-links:
</ParamField>

<ParamField path="href" type="string" required={false} toc={true}>
The URL once you click on the button. Example: https://buildwithfern.com/contact
The URL once you click on the button. Example: https://buildwithfern.com/book-demo
</ParamField>

<ParamField path="value" type="string" required={false} toc={true}>
Expand Down
2 changes: 1 addition & 1 deletion fern/products/sdks/autorelease.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Automate SDK releases with Fern Autorelease. Detects API spec chang


<Note title="Early Access">
Fern Autorelease is in early access. [Contact us](https://buildwithfern.com/contact) to get started.
Fern Autorelease is in early access. [Contact us](https://buildwithfern.com/book-demo) to get started.
</Note>

Fern Autorelease automates SDK releases end-to-end. When your API specification changes, Autorelease regenerates SDKs, determines the version bump, and publishes to package registries.
Expand Down
2 changes: 1 addition & 1 deletion fern/products/sdks/generators/python/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ fern generate --group python-sdk

<Note>Some files, including `pyproject.toml` and `README.md`, are only generated on paid plans.
To get the fully generated SDK, schedule a
[demo](https://buildwithfern.com/contact) or [email
[demo](https://buildwithfern.com/book-demo) or [email
us](mailto:support@buildwithfern.com).</Note>
</Step>

Expand Down
2 changes: 1 addition & 1 deletion fern/products/sdks/snippets/demo-warning.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<Warning title='Schedule a Demo'>
Generating SDKs often requires understanding the state of your OpenAPI Specification as well as
your specific requirements. For the ideal experience, we **strongly recommend** scheduling a
[demo](https://buildwithfern.com/contact) or [emailing us](mailto:support@buildwithfern.com) to get started.
[demo](https://buildwithfern.com/book-demo) or [emailing us](mailto:support@buildwithfern.com) to get started.
</Warning>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar-title: 生成 GraphQL 参考
availability: pre-release
---

<Warning>GraphQL API 参考文档没有积极维护。如果您有疑问,[请联系我们](https://buildwithfern.com/contact)。</Warning>
<Warning>GraphQL API 参考文档没有积极维护。如果您有疑问,[请联系我们](https://buildwithfern.com/book-demo)。</Warning>

Fern 从 [GraphQL schema](https://graphql.org/learn/schema/) 生成 API 参考文档。将您的 schema 文件添加到 Fern 项目中,Fern 会将查询、变更、订阅和类型渲染为交互式参考文档。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ sequenceDiagram

## 设置

Fern 支持任何 SAML 2.0 或 OIDC 提供商(Okta、Google Workspace、Auth0、Azure AD、OneLogin 等)。[联系 Fern](https://buildwithfern.com/contact)或通过 Slack 联系我们。Fern 将与您的安全团队合作连接到您的身份提供商。
Fern 支持任何 SAML 2.0 或 OIDC 提供商(Okta、Google Workspace、Auth0、Azure AD、OneLogin 等)。[联系 Fern](https://buildwithfern.com/book-demo)或通过 Slack 联系我们。Fern 将与您的安全团队合作连接到您的身份提供商。
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This guide covers the CLI path. A browser-based guided setup also exists at http
</llms-only>

<Tip>
如果您正在迁移现有文档,Fern在企业计划中提供白手套迁移服务。[请在这里联系我们](https://buildwithfern.com/contact)。
如果您正在迁移现有文档,Fern在企业计划中提供白手套迁移服务。[请在这里联系我们](https://buildwithfern.com/book-demo)。
</Tip>

<Steps toc={true}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ navbar-links:
</ParamField>

<ParamField path="href" type="string" required={false} toc={true}>
点击按钮后的 URL。示例:https://buildwithfern.com/contact
点击按钮后的 URL。示例:https://buildwithfern.com/book-demo
</ParamField>

<ParamField path="value" type="string" required={false} toc={true}>
Expand Down
2 changes: 1 addition & 1 deletion fern/translations/zh/products/sdks/autorelease.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: 使用 Fern Autorelease 自动化 SDK 发布。检测 API 规范变


<Note title="抢先体验">
Fern Autorelease 目前处于抢先体验阶段。[联系我们](https://buildwithfern.com/contact)以开始使用。
Fern Autorelease 目前处于抢先体验阶段。[联系我们](https://buildwithfern.com/book-demo)以开始使用。
</Note>

Fern Autorelease 端到端自动化 SDK 发布。当您的 API 规范发生变更时,Autorelease 会重新生成 SDK,确定版本升级,并发布到包注册表。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ fern generate --group python-sdk

<Note>一些文件,包括 `pyproject.toml` 和 `README.md`,仅在付费计划中生成。
要获取完整生成的 SDK,请安排
[演示](https://buildwithfern.com/contact) 或 [发邮件给我们](mailto:support@buildwithfern.com)。</Note>
[演示](https://buildwithfern.com/book-demo) 或 [发邮件给我们](mailto:support@buildwithfern.com)。</Note>
</Step>

<Markdown src="/products/sdks/snippets/setup-github-repos.mdx" language="python" />
Expand Down
Loading