From 73f6f7340f23f66e49cccf46bbd036978b84c161 Mon Sep 17 00:00:00 2001 From: Mathieu Legault Date: Fri, 26 Jun 2026 10:55:48 -0400 Subject: [PATCH] Add Roadmap page to docs Adds a Roadmap page to the Docs product that uses the / components from fern-platform#12644, plus a top-level nav entry beside the changelog (slug /docs/roadmap). Co-Authored-By: Claude Opus 4.8 (1M context) --- fern/products/docs/docs.yml | 4 +++ fern/products/docs/pages/roadmap.mdx | 39 ++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 fern/products/docs/pages/roadmap.mdx diff --git a/fern/products/docs/docs.yml b/fern/products/docs/docs.yml index 8fe59858c0..0d44cda863 100644 --- a/fern/products/docs/docs.yml +++ b/fern/products/docs/docs.yml @@ -16,6 +16,10 @@ navigation: href: https://buildwithfern.com/showcase#docs-customers.alldocs-features - changelog: ./pages/changelog icon: fa-regular fa-clock-rotate-left + - page: Roadmap + path: ./pages/roadmap.mdx + icon: fa-regular fa-map + slug: roadmap - section: Configuration contents: - page: Overview diff --git a/fern/products/docs/pages/roadmap.mdx b/fern/products/docs/pages/roadmap.mdx new file mode 100644 index 0000000000..f52b81aba1 --- /dev/null +++ b/fern/products/docs/pages/roadmap.mdx @@ -0,0 +1,39 @@ +--- +title: Roadmap +description: What we're building next for Fern Docs. Targets are directional and may shift as we learn. +--- + + +Here's where Fern Docs is headed. Items are grouped by the quarter we're targeting, soonest first, with anything we haven't dated yet under **Later**. Targets are directional and may change—follow the [changelog](/learn/docs/changelog) for what's already shipped. + + + + Edit your docs in a WYSIWYG editor and open a PR without leaving the browser. + + + + A forward-looking, quarter-grouped timeline you can author inline on any page—exactly the component rendering this page. + + + + Sub-second hot reload for `fern docs dev`, even on large sites. + + + + Drop-in starting points for light and dark themes, with live preview in the dashboard. + + + + See top queries and zero-result searches so you know which docs to write next. + + + + Per-language review states and translation memory for multi-locale sites. + + + + A single-file export of your docs for air-gapped environments. Still early—we're validating demand. + + + +Have something you'd like to see? [Let us know](https://buildwithfern.com/contact).