docs: extra hint algolia search [skip ci]

pull/283/head
Eduardo San Martin Morote 5 years ago
parent aa5d9432c7
commit 3bed6c842c

@ -47,7 +47,7 @@ module.exports = {
}
```
VitePress will automatically add a `language` _facetFilter_ to the `searchParams.facetFilter` array. **Make sure to properly configure your DocSearch config as well** by adding `language` as a _custom attribute for faceting_ and by setting it based on the `lang` attribute of the `<html>` element. Here is a short example of DocSearch config:
VitePress will automatically add a `language` _facetFilter_ to the `searchParams.facetFilter` array with the correct language value. **Make sure to properly configure your DocSearch config as well** by adding `language` as a _custom attribute for faceting_ and by setting it based on the `lang` attribute of the `<html>` element. Here is a short example of DocSearch config:
```json
{

Loading…
Cancel
Save