From 12b9cd6c64d8f26faf2019fbedab3a628825290e Mon Sep 17 00:00:00 2001 From: Simplychee Date: Tue, 17 Sep 2024 14:40:38 +0300 Subject: [PATCH] contextualSearch --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index bec43e9d..ed3c8dd4 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -114,7 +114,7 @@ const config = { indexName: 'shiny-alfajores-ede8d8', // Optional: see doc section below - contextualSearch: true, + contextualSearch: false, // Optional: Specify domains where the navigation should occur through window.location instead on history.push. Useful when our Algolia config crawls multiple documentation sites and we want to navigate with window.location.href to them. externalUrlRegex: 'external\\.com|domain\\.com',