diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index bfcbb7e73..713038d02 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -159,7 +159,9 @@ const config = { indexName: "firezone", // Optional: see doc section below - contextualSearch: true, + // Requires more configuration and setup to work, so disabling. See + // https://discourse.algolia.com/t/algolia-searchbar-is-not-working-with-docusaurus-v2/14659/2 + contextualSearch: false, // Optional: path for search page that enabled by default (`false` to disable it) searchPagePath: "search",