mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-06 04:42:40 +02:00
chore(v2): configure algolia options to search latest version
This commit is contained in:
parent
0e23e4ce32
commit
6155115280
1 changed files with 3 additions and 1 deletions
|
@ -69,7 +69,9 @@ module.exports = {
|
||||||
algolia: {
|
algolia: {
|
||||||
apiKey: '47ecd3b21be71c5822571b9f59e52544',
|
apiKey: '47ecd3b21be71c5822571b9f59e52544',
|
||||||
indexName: 'docusaurus-2',
|
indexName: 'docusaurus-2',
|
||||||
algoliaOptions: {},
|
algoliaOptions: {
|
||||||
|
facetFilters: [`version:${versions[0]}`],
|
||||||
|
},
|
||||||
},
|
},
|
||||||
navbar: {
|
navbar: {
|
||||||
title: 'Docusaurus',
|
title: 'Docusaurus',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue