Skip to content

Commit 50d52cc

Browse files
Visual Editor: Update
1 parent eba84e7 commit 50d52cc

File tree

3 files changed

+24
-35
lines changed

3 files changed

+24
-35
lines changed

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

Lines changed: 21 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -51,56 +51,46 @@ 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+
56+
| Component | Support Status | | --- | --- | | [Accordions](/learn/docs/content/components/accordions) | Supported | | [Accordion Groups](/learn/docs/content/components/accordion-groups) | Supported | | [Aside](/learn/docs/content/components/aside) | Coming soon | | [Button](/learn/docs/content/components/button) | Coming soon | | [Callouts](/learn/docs/content/components/callouts) | Supported | | [Cards](/learn/docs/content/components/cards) | Supported | | [Card Groups](/learn/docs/content/components/card-groups) | Supported | | [Code Blocks](/learn/docs/content/components/code-blocks) | Supported | | [Embed](/learn/docs/content/components/embed) | Coming soon | | [Endpoint Request Snippet](/learn/docs/content/components/request-snippet) | Coming soon | | [Endpoint Response Snippet](/learn/docs/content/components/response-snippet) | Coming soon | | [Endpoint Schema Snippet](/learn/docs/content/components/schema-snippet) | Coming soon | | [Frames](/learn/docs/content/components/frames) | Coming soon | | [Icons](/learn/docs/content/components/icons) | Coming soon | | [Parameter Fields](/learn/docs/content/components/parameter-fields) | Supported | | [Steps](/learn/docs/content/components/steps) | Supported | | [Sticky tables](/learn/docs/content/components/sticky-tables) | Coming soon | | [Tabs](/learn/docs/content/components/tabs) | Supported | | [Sticky tables](/learn/docs/content/components/sticky-tables) | Coming soon | | [Tooltips](/learn/docs/content/components/tooltips) | Coming soon |
57+
5458
<br />
55-
56-
| Component | Support Status |
57-
| --- | --- |
58-
| [Accordions](/learn/docs/content/components/accordions) | Supported |
59-
| [Accordion Groups](/learn/docs/content/components/accordion-groups) | Supported |
60-
| [Aside](/learn/docs/content/components/aside) | Coming soon |
61-
| [Button](/learn/docs/content/components/button) | Coming soon |
62-
| [Callouts](/learn/docs/content/components/callouts) | Supported |
63-
| [Cards](/learn/docs/content/components/cards) | Supported |
64-
| [Card Groups](/learn/docs/content/components/card-groups) | Supported |
65-
| [Code Blocks](/learn/docs/content/components/code-blocks) | Supported |
66-
| [Embed](/learn/docs/content/components/embed) | Coming soon |
67-
| [Endpoint Request Snippet](/learn/docs/content/components/request-snippet) | Coming soon |
68-
| [Endpoint Response Snippet](/learn/docs/content/components/response-snippet) | Coming soon |
69-
| [Endpoint Schema Snippet](/learn/docs/content/components/schema-snippet) | Coming soon |
70-
| [Frames](/learn/docs/content/components/frames) | Coming soon |
71-
| [Icons](/learn/docs/content/components/icons) | Coming soon |
72-
| [Parameter Fields](/learn/docs/content/components/parameter-fields) | Supported |
73-
| [Steps](/learn/docs/content/components/steps) | Supported |
74-
| [Sticky tables](/learn/docs/content/components/sticky-tables) | Coming soon |
75-
| [Tabs](/learn/docs/content/components/tabs) | Supported |
76-
| [Sticky tables](/learn/docs/content/components/sticky-tables) | Coming soon |
77-
| [Tooltips](/learn/docs/content/components/tooltips) | Coming soon |
78-
79-
<br />
59+
8060
</Accordion>
8161

8262
<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.
63+
"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.
64+
8465
</Accordion>
8566

8667
<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.
68+
Your changes become pull requests. That means code review, auditability, CI checks, and merge control with branch protections - no surprises in production.
69+
8870
</Accordion>
8971

9072
<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).
73+
Yes. Fern Editor supports all built‑in components. See the full list here: [components overview](https://buildwithfern.com/learn/docs/writing-content/components/overview).
74+
9275
</Accordion>
9376

9477
<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.
78+
Yes. Edit directly in the browser - no local environment required. Your GitHub PR keeps your normal review and CI process.
79+
9680
</Accordion>
9781

9882
<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.
83+
Log in to the [Dashboard](https://dashboard.buildwithfern.com/), connect GitHub, then open Fern Editor from the top navigation.
84+
10085
</Accordion>
10186

10287
<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.
88+
Currently supports modern Chromium browsers on desktop only. Mobile editing and other browsers coming soon.
89+
90+
</Accordion>
91+
92+
<Accordion title="How can I add or remove users from my organization?">
93+
You can manage users in your Fern organization directly through the Fern dashboard. Go to [dashboard.buildwithfern.com](http://dashboard.buildwithfern.com) to add or remove users from your organization. This allows you to control who has access to generate SDKs or Docs.
10494
</Accordion>
10595
</AccordionGroup>
10696

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)