diff --git a/fern/products/docs/pages/api-references/generate-graphql-ref.mdx b/fern/products/docs/pages/api-references/generate-graphql-ref.mdx index c9a760dcb..672216071 100644 --- a/fern/products/docs/pages/api-references/generate-graphql-ref.mdx +++ b/fern/products/docs/pages/api-references/generate-graphql-ref.mdx @@ -4,7 +4,7 @@ description: Use Fern Docs to generate GraphQL API Reference documentation from availability: pre-release --- -GraphQL API Reference is not actively maintained. [Contact us](https://buildwithfern.com/contact) if you have questions. +GraphQL API Reference is not actively maintained. [Contact us](https://buildwithfern.com/book-demo) if you have questions. 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. diff --git a/fern/products/docs/pages/authentication/sso.mdx b/fern/products/docs/pages/authentication/sso.mdx index 70e614eb0..a39fa2123 100644 --- a/fern/products/docs/pages/authentication/sso.mdx +++ b/fern/products/docs/pages/authentication/sso.mdx @@ -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. diff --git a/fern/products/docs/pages/getting-started/quickstart.mdx b/fern/products/docs/pages/getting-started/quickstart.mdx index bfb06c9b6..fbaea6a04 100644 --- a/fern/products/docs/pages/getting-started/quickstart.mdx +++ b/fern/products/docs/pages/getting-started/quickstart.mdx @@ -23,7 +23,7 @@ This guide covers the CLI path. A browser-based guided setup also exists at http - 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). diff --git a/fern/products/docs/pages/navigation/site-level-settings.mdx b/fern/products/docs/pages/navigation/site-level-settings.mdx index 69c02cf91..5b8e3bdde 100644 --- a/fern/products/docs/pages/navigation/site-level-settings.mdx +++ b/fern/products/docs/pages/navigation/site-level-settings.mdx @@ -299,7 +299,7 @@ navbar-links: - 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 diff --git a/fern/products/sdks/autorelease.mdx b/fern/products/sdks/autorelease.mdx index 0905c4598..d4e263223 100644 --- a/fern/products/sdks/autorelease.mdx +++ b/fern/products/sdks/autorelease.mdx @@ -5,7 +5,7 @@ description: Automate SDK releases with Fern Autorelease. Detects API spec chang -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. 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. diff --git a/fern/products/sdks/generators/python/quickstart.mdx b/fern/products/sdks/generators/python/quickstart.mdx index 5a983c0c8..d9237dd27 100644 --- a/fern/products/sdks/generators/python/quickstart.mdx +++ b/fern/products/sdks/generators/python/quickstart.mdx @@ -74,7 +74,7 @@ fern generate --group python-sdk 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). diff --git a/fern/products/sdks/snippets/demo-warning.mdx b/fern/products/sdks/snippets/demo-warning.mdx index 7192e9c41..0e49ed9e5 100644 --- a/fern/products/sdks/snippets/demo-warning.mdx +++ b/fern/products/sdks/snippets/demo-warning.mdx @@ -2,5 +2,5 @@ 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. \ No newline at end of file diff --git a/fern/translations/zh/products/docs/pages/api-references/generate-graphql-ref.mdx b/fern/translations/zh/products/docs/pages/api-references/generate-graphql-ref.mdx index 8a30fff3d..a4940746d 100644 --- a/fern/translations/zh/products/docs/pages/api-references/generate-graphql-ref.mdx +++ b/fern/translations/zh/products/docs/pages/api-references/generate-graphql-ref.mdx @@ -5,7 +5,7 @@ sidebar-title: 生成 GraphQL 参考 availability: pre-release --- -GraphQL API 参考文档没有积极维护。如果您有疑问,[请联系我们](https://buildwithfern.com/contact)。 +GraphQL API 参考文档没有积极维护。如果您有疑问,[请联系我们](https://buildwithfern.com/book-demo)。 Fern 从 [GraphQL schema](https://graphql.org/learn/schema/) 生成 API 参考文档。将您的 schema 文件添加到 Fern 项目中,Fern 会将查询、变更、订阅和类型渲染为交互式参考文档。 diff --git a/fern/translations/zh/products/docs/pages/authentication/sso.mdx b/fern/translations/zh/products/docs/pages/authentication/sso.mdx index b28286b6a..0e15e0a11 100644 --- a/fern/translations/zh/products/docs/pages/authentication/sso.mdx +++ b/fern/translations/zh/products/docs/pages/authentication/sso.mdx @@ -38,4 +38,4 @@ sequenceDiagram ## 设置 -Fern 支持任何 SAML 2.0 或 OIDC 提供商(Okta、Google Workspace、Auth0、Azure AD、OneLogin 等)。[联系 Fern](https://buildwithfern.com/contact)或通过 Slack 联系我们。Fern 将与您的安全团队合作连接到您的身份提供商。 \ No newline at end of file +Fern 支持任何 SAML 2.0 或 OIDC 提供商(Okta、Google Workspace、Auth0、Azure AD、OneLogin 等)。[联系 Fern](https://buildwithfern.com/book-demo)或通过 Slack 联系我们。Fern 将与您的安全团队合作连接到您的身份提供商。 \ No newline at end of file diff --git a/fern/translations/zh/products/docs/pages/getting-started/quickstart.mdx b/fern/translations/zh/products/docs/pages/getting-started/quickstart.mdx index 30c626761..d1ae0a650 100644 --- a/fern/translations/zh/products/docs/pages/getting-started/quickstart.mdx +++ b/fern/translations/zh/products/docs/pages/getting-started/quickstart.mdx @@ -22,7 +22,7 @@ This guide covers the CLI path. A browser-based guided setup also exists at http - 如果您正在迁移现有文档,Fern在企业计划中提供白手套迁移服务。[请在这里联系我们](https://buildwithfern.com/contact)。 + 如果您正在迁移现有文档,Fern在企业计划中提供白手套迁移服务。[请在这里联系我们](https://buildwithfern.com/book-demo)。 diff --git a/fern/translations/zh/products/docs/pages/navigation/site-level-settings.mdx b/fern/translations/zh/products/docs/pages/navigation/site-level-settings.mdx index e5683b745..211451cfb 100644 --- a/fern/translations/zh/products/docs/pages/navigation/site-level-settings.mdx +++ b/fern/translations/zh/products/docs/pages/navigation/site-level-settings.mdx @@ -291,7 +291,7 @@ navbar-links: - 点击按钮后的 URL。示例:https://buildwithfern.com/contact + 点击按钮后的 URL。示例:https://buildwithfern.com/book-demo diff --git a/fern/translations/zh/products/sdks/autorelease.mdx b/fern/translations/zh/products/sdks/autorelease.mdx index 332930480..59ab7c523 100644 --- a/fern/translations/zh/products/sdks/autorelease.mdx +++ b/fern/translations/zh/products/sdks/autorelease.mdx @@ -6,7 +6,7 @@ description: 使用 Fern Autorelease 自动化 SDK 发布。检测 API 规范变 -Fern Autorelease 目前处于抢先体验阶段。[联系我们](https://buildwithfern.com/contact)以开始使用。 +Fern Autorelease 目前处于抢先体验阶段。[联系我们](https://buildwithfern.com/book-demo)以开始使用。 Fern Autorelease 端到端自动化 SDK 发布。当您的 API 规范发生变更时,Autorelease 会重新生成 SDK,确定版本升级,并发布到包注册表。 diff --git a/fern/translations/zh/products/sdks/generators/python/quickstart.mdx b/fern/translations/zh/products/sdks/generators/python/quickstart.mdx index f64aff7a9..e2136fbba 100644 --- a/fern/translations/zh/products/sdks/generators/python/quickstart.mdx +++ b/fern/translations/zh/products/sdks/generators/python/quickstart.mdx @@ -73,7 +73,7 @@ fern generate --group python-sdk 一些文件,包括 `pyproject.toml` 和 `README.md`,仅在付费计划中生成。 要获取完整生成的 SDK,请安排 - [演示](https://buildwithfern.com/contact) 或 [发邮件给我们](mailto:support@buildwithfern.com)。 + [演示](https://buildwithfern.com/book-demo) 或 [发邮件给我们](mailto:support@buildwithfern.com)。