docs(ask-fern): document the standalone AskAiChat widget - #6644
Open
devin-ai-integration[bot] wants to merge 1 commit into
Open
docs(ask-fern): document the standalone AskAiChat widget#6644devin-ai-integration[bot] wants to merge 1 commit into
devin-ai-integration[bot] wants to merge 1 commit into
Conversation
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
| Replace `https://docs.example.com` with your `domain`. The Algolia wildcards cover the hosts the widget resolves at runtime: `<app-id>-dsn.algolia.net` and `<app-id>-1.algolianet.com` through `<app-id>-3.algolianet.com`. | ||
|
|
||
| ## Properties | ||
| ## SearchModal properties |
Contributor
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[FernStyles.Headings] 'SearchModal properties' should use sentence-style capitalization.
| Additional click handler that runs before the modal opens. | ||
| </ParamField> | ||
|
|
||
| ## AskAiChat properties |
Contributor
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[FernStyles.Headings] 'AskAiChat properties' should use sentence-style capitalization.
Contributor
|
🌿 Preview your docs: https://fern-preview-devin-1786727431-ask-ai-chat-widget.docs.buildwithfern.com/learn Here are the markdown pages you've updated: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
AskAiChatis a new export from the published@fern-api/search-widgetnpm package that embeds Ask Fern on its own, without any keyword-search UI. It renders as a floating card anchored to a corner of the viewport (a bottom drawer on small screens), so customers can drop Ask Fern into a product site, dashboard, or marketing site outside their docs site without disturbing that page's layout. Previously the only embeddable option was the full search modal, which forced search-as-a-feature on teams that only wanted Ask Fern.SearchModalis unchanged, and Fern-hosted docs sites are unaffected.Implements docs for: feat(docs): standalone Ask AI chat widget (floating overlay) (fern-api/fern-platform#13748)
Changes
fern/products/docs/pages/ask-fern/search-widget.mdx(canonical page): intro now names both exports so readers can pick between search + Ask AI (SearchModal) and Ask AI only (AskAiChat). New## Ask AI chatsection covers the minimal integration, thefloatingvs.inlinetrigger (fern-ask-ai-button), keyboard shortcuts, citations, expand/collapse, and a table of the--fern-ask-ai-*CSS custom properties with defaults. The props reference is split into## SearchModal properties(unchanged content) and a new## AskAiChat properties.fern/products/docs/pages/changelog/2026-08-14.mdx: Docs changelog entry (ai, search) with a CTA to#ask-ai-chat, requested by the source PR author.fern/products/docs/pages/ask-fern/what-is-ask-fern.mdx: card description updated to mention Ask AI chat alongside search. Thecustomization/search.mdxpointer already links to the widget page and stays as-is — that section is specifically about search integration.Lint and validate are clean:
pre-commit run --files ...passes (remaining Vale output is pre-existing suggestions plus sentence-case suggestions on the component-name headings), andfern check --warningsreports no new docs warnings.Link to Devin session: https://app.devin.ai/sessions/f4a17882e2744c15b4125bf45e5cbc26