chore(v2): enable new contextual search feature (#3591)

This commit is contained in:
Sébastien Lorber 2020-10-15 15:34:04 +02:00 committed by GitHub
parent 21264f5ed0
commit aed1ce7850
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 6 deletions

View file

@ -249,10 +249,7 @@ module.exports = {
algolia: {
apiKey: '47ecd3b21be71c5822571b9f59e52544',
indexName: 'docusaurus-2',
// contextualSearch: true,
searchParameters: {
facetFilters: [`version:current`],
},
contextualSearch: true,
},
navbar: {
hideOnScroll: true,