Skip to content

Commit 9b47f30

Browse files
committed
clean up references to basic plan
1 parent ab6a176 commit 9b47f30

File tree

8 files changed

+8
-21
lines changed

8 files changed

+8
-21
lines changed

fern/products/api-def/openapi-pages/extensions/examples.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ components:
4444
4545
### Code samples
4646
47-
If you'd like to specify custom code samples for your example, use `code-samples`.
47+
Fern generators automatically add SDK code samples. If you'd like to specify custom code samples for your example, use `code-samples`.
4848

4949
```yaml title="openapi.yml" {11-16}
5050
paths:
@@ -64,5 +64,3 @@ paths:
6464
6565
client.users.get("user-1234")
6666
```
67-
68-
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.

fern/products/ask-fern/pages/getting-started/what-is-ask-fern.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Ask Fern helps you:
2222
- **Accelerate user onboarding** – Help users integrate your product faster by surfacing relevant code samples and guides.
2323
- **Identify documentation gaps** – Understand where your docs need improvement through user search patterns and feedback.
2424

25-
<Note>Ask Fern is available on the [Pro plan](https://buildwithfern.com/pricing#Docs) of Fern Docs. Billing is by usage.</Note>
25+
<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>
2626

2727
## Get started
2828

fern/products/docs/pages/api-references/api-explorer.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: API Explorer
33
subtitle: Reduce "time to 200" by allowing users to make real calls to your API from right within the API Reference.
44
---
55

6-
<Tip>This feature is available on the Basic plan and above. [Contact us](https://buildwithfern.com/contact) to get set up.</Tip>
7-
86
Fern's API Explorer allows users to make authenticated requests to your API without ever leaving your documentation.
97

108
### Auto-populate with examples

fern/products/docs/pages/api-references/sdk-snippets.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,6 @@ groups:
6565
```
6666
</CodeBlock>
6767

68-
<Callout intent='info'>
69-
SDK snippets automatically populated in your Fern Docs is a paid feature included
70-
in the [SDK Basic plan](https://buildwithfern.com/pricing).
71-
</Callout>
72-
7368
### Add the package name to your docs configuration
7469
Add the package name for the corresponding SDK to your `docs.yml` file:
7570
* **For Python, TypeScript, Ruby, and .NET/C#**, `your-package-name` must match the `your-package-name` that you configured in your `generators.yml` file.

fern/products/docs/pages/customization/user-feedback.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ By default, every Markdown page of your docs contains a feedback component at th
1212
<img src="./on-page-feedback.png" />
1313
</Frame>
1414

15-
<Tip>This feature is available on the Basic plan and above. [Contact us](https://buildwithfern.com/contact) to get set up.</Tip>
16-
17-
The feedback can be sent to you in real-time via the method of your choosing (e.g. Slack, email).
15+
<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>
1816

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

fern/products/docs/pages/getting-started/setting-up-your-domain.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ You can use:
1010
- A subpath on your custom domain, such as `example.com/docs`
1111
- A root domain, such as `example.com`
1212

13-
<Tip>This feature is available on the Basic plan and above. [Contact us](https://buildwithfern.com/contact) to get set up.</Tip>
14-
1513
<AccordionGroup>
1614
<Accordion title = "Subdomain">
1715

@@ -97,7 +95,7 @@ If you need to update your Fern Docs site manually, run `fern generate --docs`.
9795

9896
### Reach out to us
9997

100-
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.
98+
Reach out to support@buildwithfern.com to get the configuration for setting up your custom subpath.
10199

102100
</Steps>
103101
</Accordion>

fern/products/docs/pages/navigation/versions.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ title: Versioning
33
subtitle: Allow users to navigate between different versions of your docs.
44
---
55

6+
<Warning>
7+
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.
8+
</Warning>
9+
610
<Frame>
711
![A dropdown of the available versions](versions.png)
812
</Frame>

fern/snippets/pro-callout.mdx

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)