From aea915819aed091816a8134b105f301edf303fa5 Mon Sep 17 00:00:00 2001 From: Josh Wong <23216828+josh-wong@users.noreply.github.com> Date: Fri, 14 Mar 2025 23:07:29 +0900 Subject: [PATCH] Enable insights for Algolia DocSearch --- docusaurus.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index 13f1d5f5..b7fd2cf2 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -392,6 +392,8 @@ const config = { // Optional: see doc section below contextualSearch: true, + insights: 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',