Skip to content

Commit 0eeeef8

Browse files
committed
update dashboard mentions
1 parent 08ff92d commit 0eeeef8

File tree

14 files changed

+30
-46
lines changed

14 files changed

+30
-46
lines changed

fern/products/ask-fern/ask-fern.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ navigation:
55
path: ./pages/getting-started/what-is-ask-fern.mdx
66
- page: How it works
77
path: ./pages/getting-started/how-it-works.mdx
8-
- page: Dashboard
9-
path: ./pages/getting-started/dashboard.mdx
108
- link: Customer showcase
119
href: https://buildwithfern.com/showcase#ask-fern-customers
1210
- section: Configuration

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 your [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/dashboard.mdx

Lines changed: 0 additions & 13 deletions
This file was deleted.
-262 KB
Binary file not shown.

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@ 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/).
9+
10+
<Warning title="Pro and Enterprise feature">
11+
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].
12+
</Warning>
713

814
<Frame>
915
<video
@@ -22,8 +28,6 @@ Ask Fern helps you:
2228
- **Accelerate user onboarding** – Help users integrate your product faster by surfacing relevant code samples and guides.
2329
- **Identify documentation gaps** – Understand where your docs need improvement through user search patterns and feedback.
2430

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-
2731
## Get started
2832

2933
<CardGroup cols={2}>

fern/products/docs/docs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ navigation:
99
path: ./pages/getting-started/quickstart.mdx
1010
- page: Project structure
1111
path: ./pages/getting-started/project-structure.mdx
12-
- page: Dashboard
13-
path: ./pages/getting-started/dashboard.mdx
1412
- link: Customer showcase
1513
href: https://buildwithfern.com/showcase#docs-customers.alldocs-features
1614
- changelog: ./pages/changelog

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ Fern Editor lets anyone on your team update documentation without learning code,
105105

106106
</Accordion>
107107

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

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

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

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:
-262 KB
Binary file not shown.

0 commit comments

Comments
 (0)