Skip to content

Commit

Permalink
fix(v2): DocSearch should keep working after a new release (part 2/2) (
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber authored Sep 3, 2020
1 parent 9c34f68 commit 0baf3c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,7 @@ module.exports = {
apiKey: '47ecd3b21be71c5822571b9f59e52544',
indexName: 'docusaurus-2',
searchParameters: {
// facetFilters: [`version:latest`],
facetFilters: [`version:${versions[0]}`],
facetFilters: [`version:latest`],
},
},
navbar: {
Expand Down

0 comments on commit 0baf3c2

Please sign in to comment.