Skip to content

Commit

Permalink
put back facetFilters: [version:${versions[0]}] until latest facet …
Browse files Browse the repository at this point in the history
…is indexed
  • Loading branch information
slorber committed Sep 3, 2020
1 parent 47f297b commit bc7c88a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,8 @@ module.exports = {
apiKey: '47ecd3b21be71c5822571b9f59e52544',
indexName: 'docusaurus-2',
searchParameters: {
facetFilters: [`version:latest`],
// facetFilters: [`version:latest`],
facetFilters: [`version:${versions[0]}`],
},
},
navbar: {
Expand Down

0 comments on commit bc7c88a

Please sign in to comment.