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 002c41ff54..e7a1bcf201 100644
--- a/fern/products/docs/docs.yml
+++ b/fern/products/docs/docs.yml
@@ -203,9 +203,6 @@ 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
- slug: search-widget
- api: API reference
api-name: fai
paginated: true
@@ -220,12 +217,27 @@ 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
- 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:
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