mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
feat(site): migrate search from Pagefind to Algolia DocSearch v4 (#941)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
9ce94ee2d3
commit
9ef1e61b63
@@ -30,7 +30,7 @@ const shouldRender = !frameworks || frameworks.includes(framework as SupportedFr
|
||||
<div
|
||||
class="contents"
|
||||
hidden={!shouldRender}
|
||||
data-pagefind-ignore={shouldRender ? undefined : "all"}
|
||||
data-search-ignore={shouldRender ? undefined : "all"}
|
||||
data-llms-ignore={shouldRender ? undefined : "all"}
|
||||
>
|
||||
<slot />
|
||||
|
||||
Reference in New Issue
Block a user