From ad2da25db07c91b23dddb9c3c43f9c8f3b832d94 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 17:10:55 +0000 Subject: [PATCH 1/6] Fix contradictory FAQ about Fern Editor component support Update the 'Does Fern Editor support all components?' FAQ to accurately reflect that most components are supported with some still coming soon, making it consistent with the component support table above it. Co-Authored-By: Chris McDonnell --- .../pages/component-library/writing-content/visual-editor.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/products/docs/pages/component-library/writing-content/visual-editor.mdx b/fern/products/docs/pages/component-library/writing-content/visual-editor.mdx index fb0cf9420..780e3be81 100644 --- a/fern/products/docs/pages/component-library/writing-content/visual-editor.mdx +++ b/fern/products/docs/pages/component-library/writing-content/visual-editor.mdx @@ -90,7 +90,7 @@ Fern Editor lets anyone on your team update documentation without learning code, - Yes. Fern Editor supports all built‑in components. See the full list here: [components overview](https://buildwithfern.com/learn/docs/writing-content/components/overview). + Fern Editor currently supports most built-in components, with additional components being added regularly. See the table above for the current support status of each component. From d3a86cfdf36d87b44e5a334514d01c48df09afba Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 17:27:14 +0000 Subject: [PATCH 2/6] Address Vale linter suggestions Remove time-relative term 'currently' and unnecessary adverb 'regularly' to make the FAQ answer more timeless and concise. Co-Authored-By: Chris McDonnell --- .../pages/component-library/writing-content/visual-editor.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/products/docs/pages/component-library/writing-content/visual-editor.mdx b/fern/products/docs/pages/component-library/writing-content/visual-editor.mdx index 780e3be81..b9bfcd351 100644 --- a/fern/products/docs/pages/component-library/writing-content/visual-editor.mdx +++ b/fern/products/docs/pages/component-library/writing-content/visual-editor.mdx @@ -90,7 +90,7 @@ Fern Editor lets anyone on your team update documentation without learning code, - Fern Editor currently supports most built-in components, with additional components being added regularly. See the table above for the current support status of each component. + Fern Editor supports most built-in components, with additional components being added. See the table above for the support status of each component. From 599764d0b18ef6c0bcf33856b6128f399fdba071 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 15:46:50 +0000 Subject: [PATCH 3/6] Update component support table per PR feedback - Remove 'Does Fern Editor support all components?' accordion (duplicative of table) - Update Button status from 'Coming soon' to 'Supported' - Update Embed status from 'Coming soon' to 'Supported' - Update Endpoint Request/Response/Schema Snippet statuses to 'Supported' Note: Still waiting for clarification on URL path for Tables component row. Co-Authored-By: Chris McDonnell --- .../writing-content/visual-editor.mdx | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/fern/products/docs/pages/component-library/writing-content/visual-editor.mdx b/fern/products/docs/pages/component-library/writing-content/visual-editor.mdx index b9bfcd351..5e71f6213 100644 --- a/fern/products/docs/pages/component-library/writing-content/visual-editor.mdx +++ b/fern/products/docs/pages/component-library/writing-content/visual-editor.mdx @@ -58,15 +58,15 @@ Fern Editor lets anyone on your team update documentation without learning code, | [Accordions](/learn/docs/content/components/accordions) | Supported | | [Accordion Groups](/learn/docs/content/components/accordion-groups) | Supported | | [Aside](/learn/docs/content/components/aside) | Coming soon | - | [Button](/learn/docs/content/components/button) | Coming soon | + | [Button](/learn/docs/content/components/button) | Supported | | [Callouts](/learn/docs/content/components/callouts) | Supported | | [Cards](/learn/docs/content/components/cards) | Supported | | [Card Groups](/learn/docs/content/components/card-groups) | Supported | | [Code Blocks](/learn/docs/content/components/code-blocks) | Supported | - | [Embed](/learn/docs/content/components/embed) | Coming soon | - | [Endpoint Request Snippet](/learn/docs/content/components/request-snippet) | Coming soon | - | [Endpoint Response Snippet](/learn/docs/content/components/response-snippet) | Coming soon | - | [Endpoint Schema Snippet](/learn/docs/content/components/schema-snippet) | Coming soon | + | [Embed](/learn/docs/content/components/embed) | Supported | + | [Endpoint Request Snippet](/learn/docs/content/components/request-snippet) | Supported | + | [Endpoint Response Snippet](/learn/docs/content/components/response-snippet) | Supported | + | [Endpoint Schema Snippet](/learn/docs/content/components/schema-snippet) | Supported | | [Frames](/learn/docs/content/components/frames) | Coming soon | | [Icons](/learn/docs/content/components/icons) | Coming soon | | [Parameter Fields](/learn/docs/content/components/parameter-fields) | Supported | @@ -89,11 +89,6 @@ Fern Editor lets anyone on your team update documentation without learning code, - - Fern Editor supports most built-in components, with additional components being added. See the table above for the support status of each component. - - - Yes. Edit directly in the browser - no local environment required. Your GitHub PR keeps your normal review and CI process. From 95da38b81c7577947c258a2c0717028dd99540db Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 15:54:14 +0000 Subject: [PATCH 4/6] Fix MDX parsing error in CLI changelog Wrap {API name} and X/Y placeholders in backticks to prevent MDX parser from treating curly braces as JSX expressions. This fixes the 'Could not parse expression with acorn' error that was blocking CI. This fix is bundled with the Fern Editor component updates to unblock CI on this PR. The same fix was proposed in PR #2065 but hasn't been merged yet. Co-Authored-By: Chris McDonnell --- fern/products/cli-api-reference/cli-changelog/2025-11-14.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/products/cli-api-reference/cli-changelog/2025-11-14.mdx b/fern/products/cli-api-reference/cli-changelog/2025-11-14.mdx index 83fb8271d..8db14e324 100644 --- a/fern/products/cli-api-reference/cli-changelog/2025-11-14.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2025-11-14.mdx @@ -1,5 +1,5 @@ ## 1.2.0 -**`(feat):`** Show AI example generation progress in the spinner line. When generating AI examples, the spinner displays `generating AI examples for {API name} - X/Y`` to track progress without creating terminal noise. +**`(feat):`** Show AI example generation progress in the spinner line. When generating AI examples, the spinner displays "generating AI examples for `{API name}` - `X/Y`" to track progress without creating terminal noise. ## 1.0.5 From c0d841e5915b5decf280c4a79cd59426f1bed5f9 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 15:57:05 +0000 Subject: [PATCH 5/6] Update Sticky tables component status to Supported Per Sarah's feedback, mark Sticky tables as 'Supported' in the component support table. Co-Authored-By: Chris McDonnell --- .../pages/component-library/writing-content/visual-editor.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/products/docs/pages/component-library/writing-content/visual-editor.mdx b/fern/products/docs/pages/component-library/writing-content/visual-editor.mdx index 5e71f6213..d4c525e9d 100644 --- a/fern/products/docs/pages/component-library/writing-content/visual-editor.mdx +++ b/fern/products/docs/pages/component-library/writing-content/visual-editor.mdx @@ -71,7 +71,7 @@ Fern Editor lets anyone on your team update documentation without learning code, | [Icons](/learn/docs/content/components/icons) | Coming soon | | [Parameter Fields](/learn/docs/content/components/parameter-fields) | Supported | | [Steps](/learn/docs/content/components/steps) | Supported | - | [Sticky tables](/learn/docs/content/components/sticky-tables) | Coming soon | + | [Sticky tables](/learn/docs/content/components/sticky-tables) | Supported | | [Tabs](/learn/docs/content/components/tabs) | Supported | | [Tooltips](/learn/docs/content/components/tooltips) | Coming soon | From df670cd81ff5d2202e4dbe4a59450461a5d126ca Mon Sep 17 00:00:00 2001 From: sarah bawabe <87032489+sbawabe@users.noreply.github.com> Date: Tue, 18 Nov 2025 11:17:53 -0500 Subject: [PATCH 6/6] Apply suggestion from @sbawabe --- .../pages/component-library/writing-content/visual-editor.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fern/products/docs/pages/component-library/writing-content/visual-editor.mdx b/fern/products/docs/pages/component-library/writing-content/visual-editor.mdx index d4c525e9d..ce49f9773 100644 --- a/fern/products/docs/pages/component-library/writing-content/visual-editor.mdx +++ b/fern/products/docs/pages/component-library/writing-content/visual-editor.mdx @@ -71,7 +71,8 @@ Fern Editor lets anyone on your team update documentation without learning code, | [Icons](/learn/docs/content/components/icons) | Coming soon | | [Parameter Fields](/learn/docs/content/components/parameter-fields) | Supported | | [Steps](/learn/docs/content/components/steps) | Supported | - | [Sticky tables](/learn/docs/content/components/sticky-tables) | Supported | + | [Tables](/learn/docs/content/components/sticky-tables) | Supported | + | [Sticky tables](/learn/docs/content/components/sticky-tables) | Coming soon | | [Tabs](/learn/docs/content/components/tabs) | Supported | | [Tooltips](/learn/docs/content/components/tooltips) | Coming soon |