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
7 changes: 7 additions & 0 deletions fern/products/docs/pages/changelog/2026-09-11.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Create changelog entries in Fern Editor

<ChangelogTags>developer-tools, navigation</ChangelogTags>

You can now add changelog entries from Fern Editor. Hover over a changelog in the sidebar, select **Add entry**, and choose a date and optional title. The Editor creates the dated entry file in your changelog folder and opens it for editing, so authors don't need to know the filename convention or open a pull request by hand.

<Button intent="none" outlined rightIcon="arrow-right" href="/learn/docs/writing-content/fern-editor#add-a-changelog-entry">Read the docs</Button>
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,18 @@ Configure [member permissions](/learn/dashboard/configuration/permissions) for y

### Open the Editor

Log in to the [Dashboard](https://dashboard.buildwithfern.com/) and open Fern Editor from the **Overview** tab. From here you can drag and drop media, create and delete pages, update branding (logo, favicon, title), and switch to dev mode for source code editing.
Log in to the [Dashboard](https://dashboard.buildwithfern.com/) and open Fern Editor from the **Overview** tab. From here you can drag and drop media, create and delete pages, add changelog entries, update branding (logo, favicon, title), and switch to dev mode for source code editing.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [vale] <Microsoft.Wordiness> reported by reviewdog 🐶
Consider using 'drag' instead of 'drag and drop'.

Suggested change
Log in to the [Dashboard](https://dashboard.buildwithfern.com/) and open Fern Editor from the **Overview** tab. From here you can drag and drop media, create and delete pages, add changelog entries, update branding (logo, favicon, title), and switch to dev mode for source code editing.
Log in to the [Dashboard](https://dashboard.buildwithfern.com/) and open Fern Editor from the **Overview** tab. From here you can drag media, create and delete pages, add changelog entries, update branding (logo, favicon, title), and switch to dev mode for source code editing.


</Steps>

<Note title="Browser and device support">
Fern Editor supports modern Chromium browsers on desktop. Mobile editing and support for other browsers are coming soon.
</Note>

## Add a changelog entry

To add an entry to a [changelog](/learn/docs/navigation/changelogs), hover over the changelog in the sidebar and select **Add entry**. Choose the target changelog (if your site has more than one), a date, and an optional title. Fern Editor creates `YYYY-MM-DD.mdx` in the changelog's folder, adds it to the sidebar, and opens it for editing. No `docs.yml` change is needed. Each changelog allows one entry per date, and published entries stay read-only in the Editor.

## Supported components

Fern Editor supports creating and editing the following components:
Expand Down
2 changes: 1 addition & 1 deletion fern/products/docs/pages/navigation/changelogs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Section-level changelogs **can't** be nested within an `api` entry.

## Write a changelog entry

Each entry is a single Markdown file in your `changelog` folder.
Each entry is a single Markdown file in your `changelog` folder. You can also [create entries from Fern Editor](/learn/docs/writing-content/fern-editor#add-a-changelog-entry), which names the file for you.

<Steps>
<Step title="Create a dated file">
Expand Down
Loading