From 34902052eb0c1df63034571855e6c5ee20a545bf Mon Sep 17 00:00:00 2001 From: Jamil Date: Mon, 1 Aug 2022 20:36:33 -0700 Subject: [PATCH] Fix algolia searchbar (#884) --- docs/docusaurus.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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",