Skip to content

Commit eecce85

Browse files
authored
[Temp] Disable Search (#2364)
## Summary Disable algolia temporarily until I resolve the domain issues ## How was it tested? Localhost
1 parent a37b090 commit eecce85

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/app/docusaurus.config.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const config = {
6666
routeBasePath: "cloud",
6767
sidebarPath: require.resolve("./cloud_sidebars.js"),
6868
},
69-
],[
69+
], [
7070
"@docusaurus/plugin-content-docs",
7171
{
7272
id: "nixhub",
@@ -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)