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
2 changes: 1 addition & 1 deletion fern/products/ask-fern/pages/features/analytics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: View usage metrics and conversation details from Ask Fern queries o
documentation site.
---

The Ask Fern tab of your Fern Dashboard displays queries and conversations per day on your documentation site. You can view data by week, month, year, or all-time periods.
The Ask Fern tab of the [Fern Dashboard](http://dashboard.buildwithfern.com) displays queries and conversations per day on your documentation site. You can view data by week, month, year, or all-time periods.

Drill down into individual conversations to see the exact user queries and Ask Fern responses, helping you understand how users interact with your documentation.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ title: What is Ask Fern?
description: Let your customers find answers in your documentation instantly.
---

Ask Fern is Fern's AI Search feature that indexes your documentation and provides an interface for your end users to ask questions and get answers. It appears as a side panel on your documentation site so users can ask questions without leaving the page.
Ask Fern is Fern's AI Search feature that indexes your documentation and provides an interface for your end users to ask questions and get answers. It appears as a side panel on your documentation site so users can ask questions without leaving the page.

You can turn Ask Fern on or off via the [Fern Dashboard](https://dashboard.buildwithfern.com/).

<Frame>
<video
Expand All @@ -22,8 +24,6 @@ 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.

<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

<CardGroup cols={2}>
Expand Down Expand Up @@ -89,4 +89,4 @@ Ask Fern helps you:
Ask Fern enforces your documentation's role-based permissions.
</Card>

</CardGroup>
</CardGroup>
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,14 @@ Fern Editor lets anyone on your team update documentation without learning code,

</Accordion>

<Accordion title="How can I add or remove users from my organization?">
You can manage users in your Fern organization directly through the [Dashboard](http://dashboard.buildwithfern.com).
</Accordion>

<Accordion title="What browsers and devices does Fern Editor support?">
Currently supports modern Chromium browsers on desktop only. Mobile editing and other browsers coming soon.

</Accordion>

<Accordion title="How can I add or remove users from my organization?">
You can manage users in your Fern organization directly through the Fern dashboard. Go to [dashboard.buildwithfern.com](http://dashboard.buildwithfern.com) and select "Members" to add or remove users from your organization. This allows you to control who has access to the Fern Dashboard and Fern CLI.
</Accordion>
</AccordionGroup>

6 changes: 5 additions & 1 deletion fern/products/docs/pages/getting-started/how-it-works.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: How Fern Docs work
description: Learn how Fern transforms your API specifications and documentation into a unified developer experience
---

Fern combines your API specifications, static Markdown files (like how-to guides and tutorials), media assets (images, videos, etc.), and custom settings defined in your `docs.yml` file to generate a beautiful, interactive hosted documentation site.
Fern combines your API specifications, static Markdown files (like how-to guides and tutorials), media assets (images, videos, etc.), and custom settings defined in your `docs.yml` file to generate a beautiful, interactive hosted documentation site.

This process is built around two major workflows: **editing** and **deploying** your documentation.

Expand Down Expand Up @@ -82,6 +82,10 @@ You can update your documentation in two ways:

After the update goes through your review process, an approver can merge it.

<Info>
You can use the [Fern Dashboard](http://dashboard.buildwithfern.com) to manage your GitHub repository connection, organization members (add or remove), domains, and Fern CLI version.
</Info>

## Deployment workflows

When a pull request is merged into your docs repository, an automated pipeline transforms your content into a live documentation site and syncs it with your API changes in three main stages:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ title: Publishing your docs

When you are ready for your docs to be publicly accessible, you can publish them using the Fern CLI.

<Info>
Use the [Fern Dashboard](https://dashboard.buildwithfern.com) to manage CLI access and your GitHub repository connection.
</Info>

## Usage

```bash
Expand Down
6 changes: 5 additions & 1 deletion fern/products/docs/pages/getting-started/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -200,4 +200,8 @@ In this guide, we'll show you how to get started with Fern in under 5 minutes.

</Steps>

[View examples of documentation websites](https://buildwithfern.com/customers) that have been published using Fern.
[View examples of documentation websites](https://buildwithfern.com/customers) that have been published using Fern.

<Info>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@devalog today users cannot set up their custom domain in the fern dashboard. they will be able to in the future! do you think this info callout is therefore confusing?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just removed "domains" from this callout to avoid confusion! (the other documentation page about publishing gives more specific info about how domains and the dashboard currently relate)

Use the [Fern Dashboard](http://dashboard.buildwithfern.com) to manage your GitHub repository connection, organization members (add or remove), and Fern CLI version. You can also view page views and unique visitors to your site.
</Info>
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ You can use:
- A subpath on your custom domain, such as `example.com/docs`
- A root domain, such as `example.com`

<Info>
Once you've set up your domain, use the [Fern Dashboard](https://dashboard.buildwithfern.com/) to manage site settings.
</Info>

<AccordionGroup>
<Accordion title = "Subdomain">

Expand Down