feat: Add Algolia search for docs (#2529)

This commit is contained in:
Alireza 2021-08-30 13:00:39 -04:00 committed by GitHub
parent 46c2dc285c
commit 69d62bdf59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -264,11 +264,11 @@ const isI18nStaging = process.env.I18N_STAGING === 'true';
gtag: { gtag: {
trackingID: 'UA-110573590-2', trackingID: 'UA-110573590-2',
}, },
// algolia: { algolia: {
// apiKey: '47ecd3b21be71c5822571b9f59e52544', apiKey: '1960250e38c7655d2bfe0ce8fdaed987',
// indexName: 'docusaurus-2', indexName: 'ohif',
// contextualSearch: true, contextualSearch: true,
// }, },
navbar: { navbar: {
hideOnScroll: false, hideOnScroll: false,
logo: { logo: {

View File

@ -225,9 +225,9 @@ article header h3 {
margin-top: 0; margin-top: 0;
} }
.DocSearch { /* .DocSearch {
display: none; display: none;
} } */
/* Footer logo MGH */ /* Footer logo MGH */