diff --git a/platform/docs/docusaurus.config.js b/platform/docs/docusaurus.config.js index 7c87a8568..4179b760f 100644 --- a/platform/docs/docusaurus.config.js +++ b/platform/docs/docusaurus.config.js @@ -56,11 +56,11 @@ const isI18nStaging = process.env.I18N_STAGING === 'true'; defaultLocale: 'en', locales: isDeployPreview ? // Deploy preview: keep it fast! - ['en'] + ['en'] : isI18nStaging - ? // Staging locales: https://docusaurus-i18n-staging.netlify.app/ + ? // Staging locales: https://docusaurus-i18n-staging.netlify.app/ ['en'] - : // Production locales + : // Production locales ['en'], }, onBrokenLinks: 'warn', @@ -264,11 +264,11 @@ const isI18nStaging = process.env.I18N_STAGING === 'true'; gtag: { trackingID: 'UA-110573590-2', }, - // algolia: { - // apiKey: '47ecd3b21be71c5822571b9f59e52544', - // indexName: 'docusaurus-2', - // contextualSearch: true, - // }, + algolia: { + apiKey: '1960250e38c7655d2bfe0ce8fdaed987', + indexName: 'ohif', + contextualSearch: true, + }, navbar: { hideOnScroll: false, logo: {