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
4 changes: 1 addition & 3 deletions fern/products/api-def/openapi-pages/extensions/examples.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Note>Ask Fern is available on the [Pro plan](https://buildwithfern.com/pricing#Docs) of Fern Docs. Billing is by usage.</Note>
<Warning title="Pro and Enterprise feature">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 [email protected].</Warning>

## Get started

Expand Down
2 changes: 0 additions & 2 deletions fern/products/docs/pages/api-references/api-explorer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
---

<Tip>This feature is available on the Basic plan and above. [Contact us](https://buildwithfern.com/contact) to get set up.</Tip>

Fern's API Explorer allows users to make authenticated requests to your API without ever leaving your documentation.

### Auto-populate with examples
Expand Down
5 changes: 0 additions & 5 deletions fern/products/docs/pages/api-references/sdk-snippets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@ groups:
```
</CodeBlock>

<Callout intent='info'>
SDK snippets automatically populated in your Fern Docs is a paid feature included
in the [SDK Basic plan](https://buildwithfern.com/pricing).
</Callout>

### 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.
Expand Down
4 changes: 1 addition & 3 deletions fern/products/docs/pages/customization/user-feedback.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ By default, every Markdown page of your docs contains a feedback component at th
<img src="./on-page-feedback.png" />
</Frame>

<Tip>This feature is available on the Basic plan and above. [Contact us](https://buildwithfern.com/contact) to get set up.</Tip>

The feedback can be sent to you in real-time via the method of your choosing (e.g. Slack, email).
<Tip>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.</Tip>

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).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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`

<Tip>This feature is available on the Basic plan and above. [Contact us](https://buildwithfern.com/contact) to get set up.</Tip>

<AccordionGroup>
<Accordion title = "Subdomain">

Expand Down Expand 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:[email protected]) 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.

</Steps>
</Accordion>
Expand Down
4 changes: 4 additions & 0 deletions fern/products/docs/pages/navigation/versions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title: Versioning
subtitle: Allow users to navigate between different versions of your docs.
---

<Warning>
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 [email protected] for more information.
</Warning>

<Frame>
![A dropdown of the available versions](versions.png)
</Frame>
Expand Down
4 changes: 0 additions & 4 deletions fern/snippets/pro-callout.mdx

This file was deleted.