Skip to content

Commit

Permalink
docs(docusaurus.config): disable algolia search
Browse files Browse the repository at this point in the history
as the search was always empty as we are not included in the open-source programm yet
  • Loading branch information
hasezoey committed Jul 13, 2024
1 parent 2211e0e commit 01e9c73
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ module.exports = {
organizationName: 'typegoose',
projectName: 'mongodb-memory-server',
themeConfig: {
algolia: {
apiKey: '8fe2db2c68a589011ca177c3f6098a76',
appId: '3KTVP2YGJO',
indexName: 'docusaurus',
contextualSearch: false, // since docusaurus v2.beta-15, it is defaulted to "true", but somehow breaks current search
searchParameters: {
facetFilters: [`version:${deployInfo.searchName}`],
},
},
// algolia: {
// apiKey: '8fe2db2c68a589011ca177c3f6098a76',
// appId: '3KTVP2YGJO',
// indexName: 'docusaurus',
// contextualSearch: false, // since docusaurus v2.beta-15, it is defaulted to "true", but somehow breaks current search
// searchParameters: {
// facetFilters: [`version:${deployInfo.searchName}`],
// },
// },
navbar: {
title: 'mongodb-memory-server',
// logo: {
Expand Down

0 comments on commit 01e9c73

Please sign in to comment.