From fa55d999ecfb0970dcb8a07189573a005a1de2bb Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Wed, 7 Sep 2022 12:01:48 -0700 Subject: [PATCH] Add Algolia values --- docusaurus.config.js | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 615935e3180..66f0696263a 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -14,19 +14,16 @@ module.exports = { themeConfig: { algolia: { // The application ID provided by Algolia - appId: 'YOUR_APP_ID', + appId: '30NEY6C9UY', // Public API key: it is safe to commit it - apiKey: 'YOUR_SEARCH_API_KEY', + apiKey: '8df59222c0ad79fdacb4d45d11e21d2e', - indexName: 'YOUR_INDEX_NAME', + indexName: 'docs_ranchermanager_rancher_io', // Optional: see doc section below 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', - // Optional: Algolia search parameters searchParameters: {},