Skip to content
Open
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
2 changes: 0 additions & 2 deletions fern/products/dashboard/pages/pdf-export.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ description: Export your documentation site as a PDF from the Fern Dashboard.
---


<Markdown src="/snippets/team-plan.mdx"/>

Export your documentation as a PDF directly from the [Fern Dashboard](https://dashboard.buildwithfern.com/). The generated PDF includes a cover page, table of contents with clickable links, and all content pages with headers and footers.

## Export your documentation
Expand Down
3 changes: 1 addition & 2 deletions fern/products/dashboard/pages/permissions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,5 @@ Your [plan](https://buildwithfern.com/pricing) determines how many members you c

| Plan | Team members |
| ---------- | ------------ |
| Hobby | 2 |
| Team | 5 |
| Free | 10 |
| Enterprise | Custom |
2 changes: 1 addition & 1 deletion fern/products/docs/pages/ai/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Your documentation site comes with automatic optimizations for AI tools, plus fe

<Anchor id="ai-credits">
<Tip title="AI credits">
AI features are usage-based and consume credits. Every [plan](https://buildwithfern.com/pricing) includes a monthly credit allowance: Hobby plans get 250 credits, Team plans get 1,000 credits, and Enterprise plans get a custom amount.
AI features are usage-based and consume credits. Every [plan](https://buildwithfern.com/pricing) includes a monthly credit allowance: the Free plan gets 250 credits, and the Enterprise plan gets a custom amount.

| Feature | Credits |
| --- | --- |
Expand Down
2 changes: 0 additions & 2 deletions fern/products/docs/pages/api-references/audiences.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ subtitle: Use audiences to filter the endpoints, schemas, and properties that ar
---


<Markdown src="/snippets/team-plan.mdx"/>

Audiences are a useful tool for segmenting your API for different consumers. Common examples of audiences include `public`
and `beta`.

Expand Down
2 changes: 0 additions & 2 deletions fern/products/docs/pages/ask-fern/api-get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ subtitle: 'Welcome to the Fern API Reference.'
---


<Markdown src="/snippets/team-plan.mdx" />

The Fern AI API allows you to manage your Ask Fern configuration using Fern's public RESTful API. You can use the API to:

- Build your own support integrations that leverage Ask Fern's AI-powered search
Expand Down
4 changes: 1 addition & 3 deletions fern/products/docs/pages/authentication/rbac.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ subtitle: Show different docs to different customers
description: Restrict pages by role, team, or pricing tier so each audience sees only what they should.
---

<Warning title="Team and Enterprise feature">
Password-based RBAC is available on the [Team and Enterprise plans](https://buildwithfern.com/pricing). SSO, JWT, and OAuth-based RBAC require the [Enterprise plan](https://buildwithfern.com/pricing).
</Warning>
<Markdown src="/snippets/enterprise-plan.mdx"/>

RBAC gates pages, sections, and other navigation items by role so each audience sees only the content meant for them. It works with [password protection](/learn/docs/authentication/setup/password-protection), [SSO](/learn/docs/authentication/setup/sso), [JWT](/learn/docs/authentication/setup/jwt), and [OAuth](/learn/docs/authentication/setup/oauth) authentication.

Expand Down
2 changes: 0 additions & 2 deletions fern/products/docs/pages/integrations/feature-flags.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ description: Learn how to use Feature Flags in your Fern documentation
---


<Markdown src="/snippets/team-plan.mdx"/>

Fern supports conditional rendering of documentation content using feature flags, powered by [LaunchDarkly](https://app.launchdarkly.com/signup) integration. Control visibility of documentation sections based on feature flag states for different release stages or user segments.

## Use cases
Expand Down
2 changes: 0 additions & 2 deletions fern/products/docs/pages/navigation/products.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ description: Configure multi-product documentation in Fern, including the produc
---


<Markdown src="/snippets/team-plan.mdx"/>

Products add a switcher to your docs for documenting distinct offerings. Each product can contain its own navigation, tabs, versions, and API references, and products can share content.

Products can be internal (hosted on your site) or external (linking to external URLs).
Expand Down
2 changes: 0 additions & 2 deletions fern/products/docs/pages/navigation/versions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ description: Configure versioned documentation in Fern, including the version dr
---


<Markdown src="/snippets/team-plan.mdx"/>

Versions add a dropdown to your docs for multiple releases of the same content. Each version can contain its own tabs, sections, pages, and API references, and versions can share content.

<Frame>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ Once Fern has completed your setup, you'll be able to access your documentation

<Accordion title="Subpath">

<Markdown src="/snippets/team-plan.mdx"/>

To host your documentation on a subpath like `mydomain.com/docs`, you need to edit your `docs.yml` configuration and set up a reverse proxy on your infrastructure.

<Steps>
Expand Down
Loading