Skip to content

Commit eb33b65

Browse files
Fern Editor: Update
1 parent e0cc069 commit eb33b65

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ description: Learn how Fern transforms your API specifications and documentation
55

66
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

8+
/
9+
810
This process is built around two major workflows: **editing** and **deploying** your documentation.
911

1012
<Accordion title="System architecture">
@@ -77,8 +79,8 @@ flowchart TD
7779

7880
You can update your documentation in two ways:
7981

80-
- **Direct editing**: Open a pull request directly in the [GitHub repository that contains your docs](/learn/docs/getting-started/project-structure) (including your `docs.yml` configuration and Markdown files).
81-
- **Fern Editor**: Use the [Fern Editor](/learn/docs/writing-content/fern-editor) to modify your docs without touching code. The Fern GitHub App fetches the current state from your docs repository and passes it to the Fern Editor. When you submit changes, the Fern GitHub App automatically opens a pull request for review.
82+
- **Direct editing**: Open a pull request directly in the [GitHub repository that contains your docs](/learn/docs/getting-started/project-structure) (including your `docs.yml` configuration and Markdown files).
83+
- **Fern Editor**: Use the [Fern Editor](/learn/docs/writing-content/fern-editor) to modify your docs without touching code. The Fern GitHub App fetches the current state from your docs repository and passes it to the Fern Editor. When you submit changes, the Fern GitHub App automatically opens a pull request for review.
8284

8385
After the update goes through your review process, an approver can merge it.
8486

0 commit comments

Comments
 (0)