From 482a68af73bb0575168ad0819730de149db376e4 Mon Sep 17 00:00:00 2001 From: aleabodo Date: Sun, 21 Jul 2024 08:40:44 +0200 Subject: [PATCH] turn off contextual search --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 037361b..887cb57 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -67,7 +67,7 @@ const config = { indexName: 'survival-pi', // 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',