Skip to content

Commit cb3fe8a

Browse files
docs: Add user management FAQ and improve visual editor formatting (#1057)
Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com> Co-authored-by: Danny Sheridan <[email protected]>
1 parent eba84e7 commit cb3fe8a

File tree

3 files changed

+23
-13
lines changed

3 files changed

+23
-13
lines changed

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

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ Fern Editor lets anyone on your team update documentation without learning code,
5151

5252
<AccordionGroup>
5353
<Accordion title="What are the supported components?">
54-
<br />
55-
54+
<br />
55+
5656
| Component | Support Status |
5757
| --- | --- |
5858
| [Accordions](/learn/docs/content/components/accordions) | Supported |
@@ -75,32 +75,43 @@ Fern Editor lets anyone on your team update documentation without learning code,
7575
| [Tabs](/learn/docs/content/components/tabs) | Supported |
7676
| [Sticky tables](/learn/docs/content/components/sticky-tables) | Coming soon |
7777
| [Tooltips](/learn/docs/content/components/tooltips) | Coming soon |
78-
78+
7979
<br />
80+
8081
</Accordion>
8182

8283
<Accordion title="How is 'What You See Is What You Get' related to Fern Editor?">
83-
"What You See Is What You Get" (WYSIWYG) is a common term for visual editing. Fern Editor is our visual editor - same idea, clearer name.
84+
"What You See Is What You Get" (WYSIWYG) is a common term for visual editing. Fern Editor is our visual editor - same idea, clearer name.
85+
8486
</Accordion>
8587

8688
<Accordion title="Why is a GitHub‑backed editor important?">
87-
Your changes become pull requests. That means code review, auditability, CI checks, and merge control with branch protections - no surprises in production.
89+
Your changes become pull requests. That means code review, auditability, CI checks, and merge control with branch protections - no surprises in production.
90+
8891
</Accordion>
8992

9093
<Accordion title="Does Fern Editor support all components?">
91-
Yes. Fern Editor supports all built‑in components. See the full list here: [components overview](https://buildwithfern.com/learn/docs/writing-content/components/overview).
94+
Yes. Fern Editor supports all built‑in components. See the full list here: [components overview](https://buildwithfern.com/learn/docs/writing-content/components/overview).
95+
9296
</Accordion>
9397

9498
<Accordion title="Can I use Fern Editor without local setup or CLI?">
95-
Yes. Edit directly in the browser - no local environment required. Your GitHub PR keeps your normal review and CI process.
99+
Yes. Edit directly in the browser - no local environment required. Your GitHub PR keeps your normal review and CI process.
100+
96101
</Accordion>
97102

98103
<Accordion title="How do I start using Fern Editor?">
99-
Log in to the [Dashboard](https://dashboard.buildwithfern.com/), connect GitHub, then open Fern Editor from the top navigation.
104+
Log in to the [Dashboard](https://dashboard.buildwithfern.com/), connect GitHub, then open Fern Editor from the top navigation.
105+
100106
</Accordion>
101107

102108
<Accordion title="What browsers and devices does Fern Editor support?">
103-
Currently supports modern Chromium browsers on desktop only. Mobile editing and other browsers coming soon.
109+
Currently supports modern Chromium browsers on desktop only. Mobile editing and other browsers coming soon.
110+
111+
</Accordion>
112+
113+
<Accordion title="How can I add or remove users from my organization?">
114+
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.
104115
</Accordion>
105116
</AccordionGroup>
106117

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,4 @@ subtitle: A website builder for beautiful agent and developer-friendly docs.
155155
</div>
156156
</a>
157157
</CardGroup>
158-
</div>
158+
</div>

fern/products/home/pages/welcome.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
22
title: Build with Fern
3-
description: Explore our guides for how to generate SDKs and Docs with Fern.
43
slug: /
4+
description: Explore our guides for how to generate SDKs and Docs with Fern.
55
hide-toc: true
66
layout: custom
77
---
88

9-
109
import { FernFooter } from "../../../components/FernFooter";
1110

1211
<div className="lp-page-container">
@@ -389,4 +388,4 @@ import { FernFooter } from "../../../components/FernFooter";
389388
</div>
390389

391390
</div>
392-
</div>
391+
</div>

0 commit comments

Comments
 (0)