Skip to content

Commit 79a30c1

Browse files
committed
docs(docusaurus.config): disable algolia search
as the search was always empty as we are not included in the open-source programm yet
1 parent 2d5db7e commit 79a30c1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

website/docusaurus.config.js

+9-9
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ module.exports = {
2121
organizationName: 'typegoose',
2222
projectName: 'mongodb-memory-server',
2323
themeConfig: {
24-
algolia: {
25-
apiKey: '8fe2db2c68a589011ca177c3f6098a76',
26-
appId: '3KTVP2YGJO',
27-
indexName: 'docusaurus',
28-
contextualSearch: false, // since docusaurus v2.beta-15, it is defaulted to "true", but somehow breaks current search
29-
searchParameters: {
30-
facetFilters: [`version:${deployInfo.searchName}`],
31-
},
32-
},
24+
// algolia: {
25+
// apiKey: '8fe2db2c68a589011ca177c3f6098a76',
26+
// appId: '3KTVP2YGJO',
27+
// indexName: 'docusaurus',
28+
// contextualSearch: false, // since docusaurus v2.beta-15, it is defaulted to "true", but somehow breaks current search
29+
// searchParameters: {
30+
// facetFilters: [`version:${deployInfo.searchName}`],
31+
// },
32+
// },
3333
navbar: {
3434
title: 'mongodb-memory-server',
3535
// logo: {

0 commit comments

Comments
 (0)