diff --git a/docusaurus.config.js b/docusaurus.config.js index 2e07c6dd9..df898b2e3 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -12,6 +12,13 @@ module.exports = { organizationName: "skytable", projectName: "docs", themeConfig: { + // TODO(@ohsayan): see what's wrong with the search bar. indices are completely fine, must be something else in this config + // algolia: { + // appId: "BH4D9OD16A", + // apiKey: "07040e0073a0b6b216f6619396984190", + // indexName: "skytable", + // searchParameters: {}, + // }, sidebar: { hideable: true, }, @@ -109,13 +116,6 @@ module.exports = { ], copyright: `Copyright © ${new Date().getFullYear()} The Skytable Authors. All rights reserved.`, }, - algolia: { - apiKey: "07040e0073a0b6b216f6619396984190", - indexName: "skytable", - contextualSearch: true, - appId: "BH4D9OD16A", - searchParameters: {}, - }, }, presets: [ [