Skip to content

Commit 1e693ac

Browse files
authored
feat: add info on fern writer (#93)
1 parent b454797 commit 1e693ac

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

fern/docs/pages/editing-your-docs.mdx

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Edit your docs
3-
subtitle: Preview changes locally and publish updates using the CLI or Fern Editor
3+
subtitle: Preview changes locally and publish updates using the CLI, Fern Editor, or Fern Writer
44
slug: editing-your-docs
55
---
66

7-
Fern provides two ways to edit your documentation: the command-line interface (CLI) for developers, and Fern Editor for team members who prefer a visual interface.
7+
Fern provides three ways to edit your documentation: the command-line interface (CLI) for developers, Fern Editor for team members who prefer a visual interface, and Fern Writer for AI-assisted documentation updates via Slack.
88

99
<AccordionGroup>
1010
<Accordion title="Using the CLI" defaultOpen>
@@ -77,6 +77,20 @@ Changes made in Fern Editor create pull requests automatically, maintaining your
7777

7878
For more details on Fern Editor features and supported components, see the [Fern Editor documentation](https://buildwithfern.com/learn/docs/writing-content/fern-editor).
7979

80+
</Accordion>
81+
82+
<Accordion title="Using Fern Writer">
83+
84+
Fern Writer is a Slack-based technical writing agent that keeps your docs aligned as your product evolves. Tag `@Fern Writer` in Slack with a description of the change you need, and it will create a pull request for your review.
85+
86+
**Get started**
87+
88+
1. [Get a unique Slack installation link](https://buildwithfern.com/learn/docs/scribe-api/fern-writer-api/get-fern-writer-install-link) using your Fern token and GitHub repository
89+
2. Authorize Fern Writer in your Slack workspace (must be an admin)
90+
3. Add Fern Writer to channels where your team discusses documentation
91+
92+
For setup details and usage examples, see the [Fern Writer documentation](https://buildwithfern.com/learn/docs/ai-features/fern-writer).
93+
8094
</Accordion>
8195
</AccordionGroup>
8296

0 commit comments

Comments
 (0)