From 6ad23ddbf814dd443e6157ae423ab6f3134f1564 Mon Sep 17 00:00:00 2001 From: Bibazavr Date: Tue, 9 Jan 2024 10:13:55 +0300 Subject: [PATCH] docs: contextualSearch: true --- docs/docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 9386a4c82..36bbf7ea9 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -118,7 +118,7 @@ const config: Config = { indexName: 'mobydick', // Optional: see doc section below - contextualSearch: false, + // contextualSearch: true, // 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',