mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-01 10:22:30 +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: {
|
algolia: {
|
||||||
...
|
...
|
||||||
algoliaOptions: {
|
algoliaOptions: {
|
||||||
facetFilters: [ "lang:LANGUAGE", "version:VERSION" ]
|
facetFilters: [ "language:LANGUAGE", "version:VERSION" ]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
|
@ -37,7 +37,7 @@ const siteConfig = {
|
||||||
apiKey: '3eb9507824b8be89e7a199ecaa1a9d2c',
|
apiKey: '3eb9507824b8be89e7a199ecaa1a9d2c',
|
||||||
indexName: 'docusaurus',
|
indexName: 'docusaurus',
|
||||||
algoliaOptions: {
|
algoliaOptions: {
|
||||||
facetFilters: ['lang:LANGUAGE'],
|
facetFilters: ['language:LANGUAGE', 'version:VERSION'],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
colors: {
|
colors: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue