We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc8a6a commit 2ceb148Copy full SHA for 2ceb148
package.json
@@ -56,7 +56,7 @@
56
"@astrojs/react": "^4.3.0",
57
"@astrojs/sitemap": "^3.5.1",
58
"@astrojs/vercel": "^8.2.7",
59
- "@chainlink/cl-search-frontend": "^0.11.4",
+ "@chainlink/cl-search-frontend": "^0.12.0-3",
60
"@chainlink/components": "^0.4.18",
61
"@chainlink/contracts": "1.4.0",
62
"@chainlink/contracts-ccip": "1.6.1",
src/components/Header/aiSearch/Search.tsx
@@ -40,6 +40,9 @@ function AlgoliaSearch({ algoliaVars }) {
40
categoryOrder={["Documentation"]}
41
popularCards={popularCards}
42
ariaLabel="Open AI search"
43
+ spotlight={["Documentation"]}
44
+ categoriesToShow={["Documentation", "CCIP Network"]}
45
+ hideSuggestions={true}
46
/>
47
)
48
}
0 commit comments