diff --git a/fern/products/api-def/openapi-pages/extensions/examples.mdx b/fern/products/api-def/openapi-pages/extensions/examples.mdx index f99f07544..53e178ad0 100644 --- a/fern/products/api-def/openapi-pages/extensions/examples.mdx +++ b/fern/products/api-def/openapi-pages/extensions/examples.mdx @@ -44,7 +44,7 @@ components: ### Code samples -If you'd like to specify custom code samples for your example, use `code-samples`. +Fern generators automatically add SDK code samples. If you'd like to specify custom code samples for your example, use `code-samples`. ```yaml title="openapi.yml" {11-16} paths: @@ -64,5 +64,3 @@ paths: client.users.get("user-1234") ``` - -If you're on the Fern Basic plan or higher for SDKs you won't have to worry about manually adding code samples! Our generators do that for you. diff --git a/fern/products/ask-fern/pages/getting-started/what-is-ask-fern.mdx b/fern/products/ask-fern/pages/getting-started/what-is-ask-fern.mdx index 6e244a925..f01221752 100644 --- a/fern/products/ask-fern/pages/getting-started/what-is-ask-fern.mdx +++ b/fern/products/ask-fern/pages/getting-started/what-is-ask-fern.mdx @@ -22,7 +22,7 @@ Ask Fern helps you: - **Accelerate user onboarding** – Help users integrate your product faster by surfacing relevant code samples and guides. - **Identify documentation gaps** – Understand where your docs need improvement through user search patterns and feedback. -Ask Fern is available on the [Pro plan](https://buildwithfern.com/pricing#Docs) of Fern Docs. Billing is by usage. +Ask Fern is available only for the [Pro and Enterprise plans](https://buildwithfern.com/pricing#Docs) of Fern Docs. Billing is by usage. To get started, reach out to support@buildwithfern.com. ## Get started diff --git a/fern/products/docs/pages/api-references/api-explorer.mdx b/fern/products/docs/pages/api-references/api-explorer.mdx index 89c04ef81..178828490 100644 --- a/fern/products/docs/pages/api-references/api-explorer.mdx +++ b/fern/products/docs/pages/api-references/api-explorer.mdx @@ -3,8 +3,6 @@ title: API Explorer subtitle: Reduce "time to 200" by allowing users to make real calls to your API from right within the API Reference. --- -This feature is available on the Basic plan and above. [Contact us](https://buildwithfern.com/contact) to get set up. - Fern's API Explorer allows users to make authenticated requests to your API without ever leaving your documentation. ### Auto-populate with examples diff --git a/fern/products/docs/pages/api-references/sdk-snippets.mdx b/fern/products/docs/pages/api-references/sdk-snippets.mdx index ffb008000..ed6da164a 100644 --- a/fern/products/docs/pages/api-references/sdk-snippets.mdx +++ b/fern/products/docs/pages/api-references/sdk-snippets.mdx @@ -65,11 +65,6 @@ groups: ``` - - SDK snippets automatically populated in your Fern Docs is a paid feature included - in the [SDK Basic plan](https://buildwithfern.com/pricing). - - ### Add the package name to your docs configuration Add the package name for the corresponding SDK to your `docs.yml` file: * **For Python, TypeScript, Ruby, and .NET/C#**, `your-package-name` must match the `your-package-name` that you configured in your `generators.yml` file. diff --git a/fern/products/docs/pages/customization/user-feedback.mdx b/fern/products/docs/pages/customization/user-feedback.mdx index d5a2becfd..4651dd5ba 100644 --- a/fern/products/docs/pages/customization/user-feedback.mdx +++ b/fern/products/docs/pages/customization/user-feedback.mdx @@ -12,9 +12,7 @@ By default, every Markdown page of your docs contains a feedback component at th -This feature is available on the Basic plan and above. [Contact us](https://buildwithfern.com/contact) to get set up. - -The feedback can be sent to you in real-time via the method of your choosing (e.g. Slack, email). +The feedback can be sent to you in real-time via the method of your choosing (e.g. Slack, email). [Contact us](https://buildwithfern.com/contact) to get set up. To disable this feature on a page, set `hide-feedback: true` in the frontmatter of that page. You can read more about the frontmatter configuration [here](/learn/docs/configuration/page-level-settings#on-page-feedback). diff --git a/fern/products/docs/pages/getting-started/setting-up-your-domain.mdx b/fern/products/docs/pages/getting-started/setting-up-your-domain.mdx index 270b9029d..574e2e526 100644 --- a/fern/products/docs/pages/getting-started/setting-up-your-domain.mdx +++ b/fern/products/docs/pages/getting-started/setting-up-your-domain.mdx @@ -10,8 +10,6 @@ You can use: - A subpath on your custom domain, such as `example.com/docs` - A root domain, such as `example.com` -This feature is available on the Basic plan and above. [Contact us](https://buildwithfern.com/contact) to get set up. - @@ -97,7 +95,7 @@ If you need to update your Fern Docs site manually, run `fern generate --docs`. ### Reach out to us -This feature is available on the Fern Docs Basic plan and above. Reach out to [sales@buildwithfern.com](mailto:sales@buildwithfern.com) to set up your subscription and obtain the configuration for setting up your custom subpath. +Reach out to support@buildwithfern.com to get the configuration for setting up your custom subpath. diff --git a/fern/products/docs/pages/navigation/versions.mdx b/fern/products/docs/pages/navigation/versions.mdx index 2b4c2312f..ac4d3faa9 100644 --- a/fern/products/docs/pages/navigation/versions.mdx +++ b/fern/products/docs/pages/navigation/versions.mdx @@ -3,6 +3,10 @@ title: Versioning subtitle: Allow users to navigate between different versions of your docs. --- + + Versioning is available on [all plans](https://buildwithfern.com/pricing#Docs): up to 3 versions on Basic, 10 versions on Pro, or unlimited on Enterprise. Contact support@buildwithfern.com for more information. + + ![A dropdown of the available versions](versions.png) diff --git a/fern/snippets/pro-callout.mdx b/fern/snippets/pro-callout.mdx deleted file mode 100644 index 2f57e195b..000000000 --- a/fern/snippets/pro-callout.mdx +++ /dev/null @@ -1,4 +0,0 @@ - - This feature is only available on paid plans. Please schedule a [demo](https://buildwithfern.com/contact) - or [email us](mailto:support@buildwithfern.com) to get started. - \ No newline at end of file