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: 2 additions & 0 deletions fern/products/ask-fern/ask-fern.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ navigation:
path: ./pages/getting-started/what-is-ask-fern.mdx
- page: How it works
path: ./pages/getting-started/how-it-works.mdx
- page: Dashboard
path: ./pages/getting-started/dashboard.mdx
- link: Customer showcase
href: https://buildwithfern.com/showcase#ask-fern-customers
- section: Configuration
Expand Down
13 changes: 13 additions & 0 deletions fern/products/ask-fern/pages/getting-started/dashboard.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Fern Dashboard
subtitle: The Fern Dashboard is a centralized place for you to control your organization settings, Docs site, and Ask Fern.
---

<Frame
background="subtle"
>
<img src="dashboard.png" />
</Frame>


<Markdown src="/snippets/dashboard.mdx" />
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions fern/products/docs/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ navigation:
path: ./pages/getting-started/quickstart.mdx
- page: Project structure
path: ./pages/getting-started/project-structure.mdx
- page: Dashboard
path: ./pages/getting-started/dashboard.mdx
- link: Customer showcase
href: https://buildwithfern.com/showcase#docs-customers.alldocs-features
- changelog: ./pages/changelog
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,5 @@ 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 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>

12 changes: 12 additions & 0 deletions fern/products/docs/pages/getting-started/dashboard.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Fern Dashboard
subtitle: The Fern Dashboard is a centralized place for you to control your organization settings, Docs site, and Ask Fern.
---

<Frame
background="subtle"
>
<img src="./images/dashboard.png" />
</Frame>

<Markdown src="/snippets/dashboard.mdx" />
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions fern/snippets/dashboard.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Use the [Fern Dashboard](https://dashboard.buildwithfern.com/) to:
* **Add or remove members** to your Fern organization to control who has access to the Dashboard and Fern CLI.
* **Use the [Fern Editor](docs/writing-content/fern-editor)** to edit your docs without using Markdown or Git.
* **View Docs analytics**, including page views and unique visitors to your site.
* **View and modify site settings**, including your domains, Fern CLI version, GitHub repository connection, and site archive options.
* **Manage Ask Fern**, including turning Ask Fern on or off and [viewing analytics](/ask-fern/features/analytics).