Skip to content

Commit

Permalink
[Temp] Disable Search (#2364)
Browse files Browse the repository at this point in the history
## Summary

Disable algolia temporarily until I resolve the domain issues

## How was it tested?

Localhost
  • Loading branch information
Lagoja authored Oct 17, 2024
1 parent a37b090 commit eecce85
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/app/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const config = {
routeBasePath: "cloud",
sidebarPath: require.resolve("./cloud_sidebars.js"),
},
],[
], [
"@docusaurus/plugin-content-docs",
{
id: "nixhub",
Expand Down 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 eecce85

Please sign in to comment.