Skip to content

Commit 1815867

Browse files
authored
Re-enable Algolia Search (#2365)
## Summary Search index should be back online now -- re-enable algolia ## How was it tested? Localhost, Algolia Dashboard
1 parent eecce85 commit 1815867

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/app/docusaurus.config.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -195,12 +195,12 @@ const config = {
195195
colorMode: {
196196
respectPrefersColorScheme: true,
197197
},
198-
// algolia: {
199-
// appId: "J1RTMNIB0R",
200-
// apiKey: "b1bcbf465b384ccd6d986e85d6a62c28",
201-
// indexName: "jetpack",
202-
// searchParameters: {},
203-
// },
198+
algolia: {
199+
appId: "J1RTMNIB0R",
200+
apiKey: "b1bcbf465b384ccd6d986e85d6a62c28",
201+
indexName: "jetpack",
202+
searchParameters: {},
203+
},
204204
prism: {
205205
theme: codeTheme.light,
206206
darkTheme: codeTheme.dark,

0 commit comments

Comments
 (0)