Skip to content

Commit

Permalink
chore(v2): configure algolia options to search latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
endiliey committed Nov 30, 2019
1 parent 0e23e4c commit 6155115
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ module.exports = {
algolia: {
apiKey: '47ecd3b21be71c5822571b9f59e52544',
indexName: 'docusaurus-2',
algoliaOptions: {},
algoliaOptions: {
facetFilters: [`version:${versions[0]}`],
},
},
navbar: {
title: 'Docusaurus',
Expand Down

0 comments on commit 6155115

Please sign in to comment.