mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-30 01:17:07 +02:00
Search correct language and version for Docusaurus (#859)
This commit is contained in:
parent
9f718a5097
commit
aa1f82649c
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ const siteConfig = {
|
|||
algolia: {
|
||||
...
|
||||
algoliaOptions: {
|
||||
facetFilters: [ "lang:LANGUAGE", "version:VERSION" ]
|
||||
facetFilters: [ "language:LANGUAGE", "version:VERSION" ]
|
||||
}
|
||||
},
|
||||
};
|
||||
|
|
|
@ -37,7 +37,7 @@ const siteConfig = {
|
|||
apiKey: '3eb9507824b8be89e7a199ecaa1a9d2c',
|
||||
indexName: 'docusaurus',
|
||||
algoliaOptions: {
|
||||
facetFilters: ['lang:LANGUAGE'],
|
||||
facetFilters: ['language:LANGUAGE', 'version:VERSION'],
|
||||
},
|
||||
},
|
||||
colors: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue