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..08406a8dd --- /dev/null +++ b/fern/products/docs/pages/ai/scribe.mdx @@ -0,0 +1,14 @@ +--- +title: Fern Scribe (coming soon) +description: Fern Scribe is a technical writing agent that automatically updates documentation when your code and products change +--- + + +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 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