Skip to content

Commit a527d61

Browse files
(docs, ask fern) Add page on the Fern Dashboard (#1065)
Co-authored-by: Danny Sheridan <[email protected]>
1 parent 7c6d4c5 commit a527d61

File tree

7 files changed

+27
-10
lines changed

7 files changed

+27
-10
lines changed

fern/products/ask-fern/pages/features/analytics.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: View usage metrics and conversation details from Ask Fern queries o
44
documentation site.
55
---
66

7-
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.
7+
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.
88

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

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ title: What is Ask Fern?
33
description: Let your customers find answers in your documentation instantly.
44
---
55

6-
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.
6+
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.
7+
8+
You can turn Ask Fern on or off via the [Fern Dashboard](https://dashboard.buildwithfern.com/).
79

810
<Frame>
911
<video
@@ -22,8 +24,6 @@ Ask Fern helps you:
2224
- **Accelerate user onboarding** – Help users integrate your product faster by surfacing relevant code samples and guides.
2325
- **Identify documentation gaps** – Understand where your docs need improvement through user search patterns and feedback.
2426

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>
26-
2727
## Get started
2828

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

92-
</CardGroup>
92+
</CardGroup>

fern/products/docs/pages/component-library/writing-content/visual-editor.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,14 @@ Fern Editor lets anyone on your team update documentation without learning code,
104104

105105
</Accordion>
106106

107+
<Accordion title="How can I add or remove users from my organization?">
108+
You can manage users in your Fern organization directly through the [Dashboard](http://dashboard.buildwithfern.com).
109+
</Accordion>
110+
107111
<Accordion title="What browsers and devices does Fern Editor support?">
108112
Currently supports modern Chromium browsers on desktop only. Mobile editing and other browsers coming soon.
109113

110114
</Accordion>
111115

112-
<Accordion title="How can I add or remove users from my organization?">
113-
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.
114-
</Accordion>
115116
</AccordionGroup>
116117

fern/products/docs/pages/getting-started/how-it-works.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How Fern Docs work
33
description: Learn how Fern transforms your API specifications and documentation into a unified developer experience
44
---
55

6-
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.
6+
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.
77

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

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

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

85+
<Info>
86+
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.
87+
</Info>
88+
8589
## Deployment workflows
8690

8791
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:

fern/products/docs/pages/getting-started/publishing-your-docs.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ title: Publishing your docs
44

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

7+
<Info>
8+
Use the [Fern Dashboard](https://dashboard.buildwithfern.com) to manage CLI access and your GitHub repository connection.
9+
</Info>
10+
711
## Usage
812

913
```bash

fern/products/docs/pages/getting-started/quickstart.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,4 +200,8 @@ In this guide, we'll show you how to get started with Fern in under 5 minutes.
200200

201201
</Steps>
202202

203-
[View examples of documentation websites](https://buildwithfern.com/customers) that have been published using Fern.
203+
[View examples of documentation websites](https://buildwithfern.com/customers) that have been published using Fern.
204+
205+
<Info>
206+
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.
207+
</Info>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ 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+
<Info>
14+
Once you've set up your domain, use the [Fern Dashboard](https://dashboard.buildwithfern.com/) to manage site settings.
15+
</Info>
16+
1317
<AccordionGroup>
1418
<Accordion title = "Subdomain">
1519

0 commit comments

Comments
 (0)