Skip to content

Commit

Permalink
meta: Disable search for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ohsayan committed Apr 1, 2024
1 parent a43eb5d commit d475f78
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down Expand Up @@ -109,13 +116,6 @@ module.exports = {
],
copyright: `Copyright © ${new Date().getFullYear()} <a href="https://github.com/skytable/skytable/blob/next/AUTHORS.md">The Skytable Authors</a>. All rights reserved.`,
},
algolia: {
apiKey: "07040e0073a0b6b216f6619396984190",
indexName: "skytable",
contextualSearch: true,
appId: "BH4D9OD16A",
searchParameters: {},
},
},
presets: [
[
Expand Down

0 comments on commit d475f78

Please sign in to comment.