Search correct language and version for Docusaurus (#859)

This commit is contained in:
Endilie Yacop Sucipto 2018-07-18 17:39:04 +07:00 committed by GitHub
parent 9f718a5097
commit aa1f82649c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ const siteConfig = {
algolia: {
...
algoliaOptions: {
facetFilters: [ "lang:LANGUAGE", "version:VERSION" ]
facetFilters: [ "language:LANGUAGE", "version:VERSION" ]
}
},
};