mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-28 16:37: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" ]
|
||||
}
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue