Skip to content

Commit

Permalink
Re-enable Algolia Search (#2365)
Browse files Browse the repository at this point in the history
## Summary

Search index should be back online now -- re-enable algolia

## How was it tested?

Localhost, Algolia Dashboard
  • Loading branch information
Lagoja authored Oct 18, 2024
1 parent eecce85 commit 1815867
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/app/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,12 +195,12 @@ const config = {
colorMode: {
respectPrefersColorScheme: true,
},
// algolia: {
// appId: "J1RTMNIB0R",
// apiKey: "b1bcbf465b384ccd6d986e85d6a62c28",
// indexName: "jetpack",
// searchParameters: {},
// },
algolia: {
appId: "J1RTMNIB0R",
apiKey: "b1bcbf465b384ccd6d986e85d6a62c28",
indexName: "jetpack",
searchParameters: {},
},
prism: {
theme: codeTheme.light,
darkTheme: codeTheme.dark,
Expand Down

0 comments on commit 1815867

Please sign in to comment.