Skip to content

Commit 573aea1

Browse files
authored
chore: update @docsearch/react to v3 (#7396)
1 parent 7629fc8 commit 573aea1

File tree

3 files changed

+179
-184
lines changed

3 files changed

+179
-184
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
"yarn-deduplicate": "^6.0.2"
149149
},
150150
"dependencies": {
151-
"@docsearch/react": "^3.0.0-alpha.50",
151+
"@docsearch/react": "^3.6.1",
152152
"@react-spring/web": "^9.7.4",
153153
"path-browserify": "^1.0.1",
154154
"prop-types": "^15.8.1",

src/components/Navigation/Navigation.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ function Navigation({ links, pathname, hash = '', toggleSidebar }) {
168168
<div className="inline-flex items-center ml-[18px]">
169169
<HelloDarkness />
170170
<DocSearch
171+
appId="BH4D9OD16A"
171172
apiKey={'fac401d1a5f68bc41f01fb6261661490'}
172173
indexName="webpack-js-org"
173174
disableUserPersonalization={true}

0 commit comments

Comments
 (0)