You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: improve search result display and fix garbled titles (#3375)
* docs: improve search result display and fix garbled titles
Strip tooltip text that the Algolia crawler injects into hierarchy
values (e.g. "MoveMoveAn open source..." becomes "Move"). Replace
the dual-link HitItem layout with a clean breadcrumb + title + snippet
card. Widen the search modal to prevent tab label wrapping. Improve
text contrast and add ESC key / click-outside-to-close.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* docs: add Kapa AI button to landing page and Clarity analytics
Add "Ask Walrus AI" button to the landing page topbar that opens the
Kapa modal. Add Microsoft Clarity tracking script for session analytics.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* docs: fix search modal colors and scrolling
Use existing walrus color variables for hit titles and breadcrumbs.
Move critical flex/overflow layout to inline styles to ensure scroll
container constrains properly.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* docs: restore original search modal layout, keep tooltip fix
Revert the HitItem and modal container to match the live site's
styling (single title link + snippet, max-w-3xl, Close button,
original footer). Only change from the live version is that titles
now use cleanTooltipText to strip garbled crawler tooltip text.
ESC key and click-outside-to-close are retained.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments