JUST TESTING#5988
Conversation
|
🌿 Preview your docs: https://fern-preview-matlegault-roadmap-demo-site.docs.buildwithfern.com/learn Here are the markdown pages you've updated: |
Adds a Roadmap page to the Docs product that uses the <Roadmap> / <RoadmapItem> 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) <noreply@anthropic.com>
e8b2d0c to
73f6f73
Compare
| @@ -0,0 +1,39 @@ | |||
| --- | |||
| title: Roadmap | |||
| description: What we're building next for Fern Docs. Targets are directional and may shift as we learn. | |||
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[FernStyles.We] Try to avoid using first-person plural like 'we'.
| @@ -0,0 +1,39 @@ | |||
| --- | |||
| title: Roadmap | |||
| description: What we're building next for Fern Docs. Targets are directional and may shift as we learn. | |||
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[FernStyles.We] Try to avoid using first-person plural like 'we'.
| --- | ||
|
|
||
|
|
||
| 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. |
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[FernStyles.We] Try to avoid using first-person plural like 'we'.
| --- | ||
|
|
||
|
|
||
| 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. |
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[FernStyles.We] Try to avoid using first-person plural like 'we'.
| </RoadmapItem> | ||
|
|
||
| <RoadmapItem title="Offline & PDF export" status="exploring" tags={["Export"]}> | ||
| A single-file export of your docs for air-gapped environments. Still early—we're validating demand. |
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[FernStyles.We] Try to avoid using first-person plural like 'we'.
Adds a Roadmap page to the Docs product that uses the
<Roadmap>/<RoadmapItem>components from fern-platform#12644, with a top-level nav entry beside the changelog (slug/docs/roadmap). The page is a realistic forward-looking roadmap that exercises the component's features: shipped/in-progress/planned plus a custom status, quarter/year/undated (Later) targets, tags, andlink/changelogfooter links.fern checkpasses with no new warnings.Note: the timeline only renders once #12644 ships in the docs bundle; the page is authored correctly and validates today.
🤖 Generated with Claude Code