From e3f047fa2e8677b9922f658d01ce38056f9e47d0 Mon Sep 17 00:00:00 2001 From: Devin Logan Date: Mon, 22 Sep 2025 11:36:22 -0400 Subject: [PATCH 1/3] add page on scribe --- fern/products/docs/docs.yml | 2 ++ fern/products/docs/pages/ai/scribe.mdx | 14 ++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 fern/products/docs/pages/ai/scribe.mdx diff --git a/fern/products/docs/docs.yml b/fern/products/docs/docs.yml index ba8f93c88..92e855eaa 100644 --- a/fern/products/docs/docs.yml +++ b/fern/products/docs/docs.yml @@ -112,6 +112,8 @@ navigation: - page: MCP server for your site path: ./pages/ai/mcp-server.mdx slug: mcp-server + - page: Fern Scribe (coming soon) + path: ./pages/ai/scribe.mdx - section: Preview & publish collapsed: true contents: diff --git a/fern/products/docs/pages/ai/scribe.mdx b/fern/products/docs/pages/ai/scribe.mdx new file mode 100644 index 000000000..a0faf3f47 --- /dev/null +++ b/fern/products/docs/pages/ai/scribe.mdx @@ -0,0 +1,14 @@ +--- +title: Fern Scribe (coming soon) +description: Your technical writing agent that keeps docs aligned with your evolving product +--- + + +Fern Scribe is in development. Interested in early access? Reach out via Slack or support@buildwithfern.com. + + +Fern Scribe is a technical writing agent that keeps your docs aligned as your product evolves. + +It notices code changes and issue tracker updates (Linear, Jira) then drafts targeted edits to your documentation pages via GitHub. You can ask Fern Scribe to iterate or edit directly yourself. By default, Fern Scribe updates existing pages rather than creating new ones. + +Fern Scribe understands Fern components like snippets, callouts, and tables, as well as your custom components and styling. It learns your writing style and makes edits that fit your existing navigation and content organization. You can further customize Fern Scribe's behavior to match your team's preferences, style guide, and workflow. \ No newline at end of file From 24792f106ec8a38d93b9d75cc29a4a0bc5ea432c Mon Sep 17 00:00:00 2001 From: Devin Logan Date: Mon, 22 Sep 2025 11:42:55 -0400 Subject: [PATCH 2/3] update description --- fern/products/docs/pages/ai/scribe.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/products/docs/pages/ai/scribe.mdx b/fern/products/docs/pages/ai/scribe.mdx index a0faf3f47..77cd39b12 100644 --- a/fern/products/docs/pages/ai/scribe.mdx +++ b/fern/products/docs/pages/ai/scribe.mdx @@ -1,6 +1,6 @@ --- title: Fern Scribe (coming soon) -description: Your technical writing agent that keeps docs aligned with your evolving product +description: Fern Scribe is a technical writing agent that automatically updates documentation when your code and products change --- From 5bc1fb6810392d8f7c5341ec543a28718b467ad1 Mon Sep 17 00:00:00 2001 From: Devin Logan Date: Mon, 22 Sep 2025 11:45:30 -0400 Subject: [PATCH 3/3] edit --- fern/products/docs/pages/ai/scribe.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/products/docs/pages/ai/scribe.mdx b/fern/products/docs/pages/ai/scribe.mdx index 77cd39b12..08406a8dd 100644 --- a/fern/products/docs/pages/ai/scribe.mdx +++ b/fern/products/docs/pages/ai/scribe.mdx @@ -9,6 +9,6 @@ Fern Scribe is in development. Interested in early access? Reach out via Slack o Fern Scribe is a technical writing agent that keeps your docs aligned as your product evolves. -It notices code changes and issue tracker updates (Linear, Jira) then drafts targeted edits to your documentation pages via GitHub. You can ask Fern Scribe to iterate or edit directly yourself. By default, Fern Scribe updates existing pages rather than creating new ones. +It notices code changes and issue tracker updates (Linear, Jira) then drafts concise, targeted edits to your documentation pages via GitHub. You can ask Fern Scribe to iterate or edit directly yourself. Fern Scribe understands Fern components like snippets, callouts, and tables, as well as your custom components and styling. It learns your writing style and makes edits that fit your existing navigation and content organization. You can further customize Fern Scribe's behavior to match your team's preferences, style guide, and workflow. \ No newline at end of file