Skip to content

Commit 22b495a

Browse files
committed
Updated algolia / docsearch (v3)
1 parent 1d14f05 commit 22b495a

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

docusaurus.config.js

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,18 @@ module.exports = {
1111
projectName: 'plugily-projects.github.io', // Usually your repo name.
1212
themeConfig: {
1313
algolia: {
14-
apiKey: '924dcf6d3f3c84ab4e35f01a2159accc',
14+
appId: 'C7BTFJ8WFY',
15+
apiKey: 'e4e4f7bcc3b95cf07c6f34fdff150fb4',
1516
indexName: 'plugily',
1617

17-
// Optional: see doc section bellow
18-
contextualSearch: false,
18+
// Optional: see doc section below
19+
contextualSearch: true,
1920
// Optional: Algolia search parameters
2021
//inputSelector: '### REPLACE ME ####',
21-
debug: false,
22-
searchParameters: {
23-
'facetFilters': ["type:content"]
24-
},
22+
//debug: false,
23+
//searchParameters: {
24+
// 'facetFilters': ["type:content"]
25+
//},
2526
//... other Algolia params
2627
},
2728
hideableSidebar: true,

0 commit comments

Comments
 (0)