From 222ce67cc440782b0f04ef1cdba3c470675c5006 Mon Sep 17 00:00:00 2001 From: "devin.logan" Date: Wed, 26 Aug 2026 15:54:31 +0000 Subject: [PATCH 1/2] fix(nav): restore standalone widgets section and API catalog page Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- fern/products/docs/docs.yml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/fern/products/docs/docs.yml b/fern/products/docs/docs.yml index 002c41ff54..6f49610397 100644 --- a/fern/products/docs/docs.yml +++ b/fern/products/docs/docs.yml @@ -203,9 +203,18 @@ navigation: - page: Additional content sources path: ./pages/ask-fern/content-sources.mdx slug: content-sources - - page: Standalone widgets - path: ./pages/ask-fern/search-widget.mdx + - section: Standalone widgets slug: search-widget + contents: + - page: Overview + path: ./pages/ask-fern/search-widget.mdx + slug: overview + - page: Search modal with AI chat + path: ./pages/ask-fern/search-modal.mdx + slug: search-modal + - page: Ask AI chat panel + path: ./pages/ask-fern/ask-ai-chat.mdx + slug: ask-ai-chat - api: API reference api-name: fai paginated: true @@ -226,6 +235,9 @@ navigation: - page: Custom skills for your site path: ./pages/ai/host-skills.mdx slug: host-skills + - page: API catalog discovery + path: ./pages/ai/api-catalog.mdx + slug: api-catalog - section: For building your docs skip-slug: true contents: From 3ece4d8dc289f41949b4aaee096793bdbe36f32d Mon Sep 17 00:00:00 2001 From: "devin.logan" Date: Wed, 26 Aug 2026 15:56:09 +0000 Subject: [PATCH 2/2] refactor(nav): move standalone widgets beside Ask Fern Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- fern/docs.yml | 4 +++- fern/products/docs/docs.yml | 24 +++++++++---------- .../docs/pages/ask-fern/ask-ai-chat.mdx | 2 +- .../docs/pages/ask-fern/search-modal.mdx | 2 +- .../docs/pages/ask-fern/search-widget.mdx | 8 +++---- .../docs/pages/ask-fern/what-is-ask-fern.mdx | 2 +- .../docs/pages/changelog/2026-04-09.mdx | 2 +- .../docs/pages/changelog/2026-08-17.mdx | 2 +- .../docs/pages/customization/search.mdx | 2 +- 9 files changed, 25 insertions(+), 23 deletions(-) diff --git a/fern/docs.yml b/fern/docs.yml index 60cece5ce7..d6dbf4896e 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -849,7 +849,9 @@ redirects: - source: /learn/docs/ai-features/ask-fern/discord-bot destination: /learn/docs/ai-features/ask-fern/overview - source: /learn/docs/ai-features/ask-fern/search-widget - destination: /learn/docs/ai-features/ask-fern/search-widget/overview + destination: /learn/docs/ai-features/search-widget/overview + - source: /learn/docs/ai-features/ask-fern/search-widget/:slug + destination: /learn/docs/ai-features/search-widget/:slug # /learn/ai-search/* (legacy) — specifics before catchall - source: /learn/ai-search/getting-started/ai-search-customer-showcase diff --git a/fern/products/docs/docs.yml b/fern/products/docs/docs.yml index 6f49610397..e7a1bcf201 100644 --- a/fern/products/docs/docs.yml +++ b/fern/products/docs/docs.yml @@ -203,18 +203,6 @@ navigation: - page: Additional content sources path: ./pages/ask-fern/content-sources.mdx slug: content-sources - - section: Standalone widgets - slug: search-widget - contents: - - page: Overview - path: ./pages/ask-fern/search-widget.mdx - slug: overview - - page: Search modal with AI chat - path: ./pages/ask-fern/search-modal.mdx - slug: search-modal - - page: Ask AI chat panel - path: ./pages/ask-fern/ask-ai-chat.mdx - slug: ask-ai-chat - api: API reference api-name: fai paginated: true @@ -229,6 +217,18 @@ navigation: - slackScribe hidden: true contents: [] + - section: Standalone widgets + slug: search-widget + contents: + - page: Overview + path: ./pages/ask-fern/search-widget.mdx + slug: overview + - page: Search modal with AI chat + path: ./pages/ask-fern/search-modal.mdx + slug: search-modal + - page: Ask AI chat panel + path: ./pages/ask-fern/ask-ai-chat.mdx + slug: ask-ai-chat - page: MCP server for your site path: ./pages/ai/mcp-server.mdx slug: mcp-server diff --git a/fern/products/docs/pages/ask-fern/ask-ai-chat.mdx b/fern/products/docs/pages/ask-fern/ask-ai-chat.mdx index ccd9517b72..929786dfa7 100644 --- a/fern/products/docs/pages/ask-fern/ask-ai-chat.mdx +++ b/fern/products/docs/pages/ask-fern/ask-ai-chat.mdx @@ -3,7 +3,7 @@ title: Ask AI chat panel description: Embed Fern's Ask AI chat panel in any React application, with a floating, inline, or custom trigger. --- -`AskAiChat` renders a sidebar panel with AI chat (no keyword search). It's one of the two components in the [`@fern-api/search-widget` package](/learn/docs/ai-features/ask-fern/search-widget/overview), which covers the prerequisites and the Content Security Policy the widget needs. +`AskAiChat` renders a sidebar panel with AI chat (no keyword search). It's one of the two components in the [`@fern-api/search-widget` package](/learn/docs/ai-features/search-widget/overview), which covers the prerequisites and the Content Security Policy the widget needs. - + diff --git a/fern/products/docs/pages/customization/search.mdx b/fern/products/docs/pages/customization/search.mdx index 8ff6050226..9f01890b9d 100644 --- a/fern/products/docs/pages/customization/search.mdx +++ b/fern/products/docs/pages/customization/search.mdx @@ -116,7 +116,7 @@ Fern configures Algolia's ranking to prioritize matches in high-signal attribute ## Integrating with Algolia -If you need to integrate Fern's documentation search into your own application or dashboard, you can use the [standalone widgets](/learn/docs/ai-features/ask-fern/search-widget/overview) to embed a ready-made React search or chat component, or request Algolia credentials directly from the Fern team to build a custom integration. +If you need to integrate Fern's documentation search into your own application or dashboard, you can use the [standalone widgets](/learn/docs/ai-features/search-widget/overview) to embed a ready-made React search or chat component, or request Algolia credentials directly from the Fern team to build a custom integration. ### Making search requests