1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00

Fixed search separator config documentation

This commit is contained in:
squidfunk 2020-04-02 15:49:41 +02:00
parent f0bfb7c022
commit 253d00bfc1

View File

@ -105,7 +105,7 @@ index parts of words that are separated by `-` or `.`:
``` yaml
plugins:
- search:
separator: [\s\-\.]+
separator: '[\s\-\.]+'
```
### Prebuilding :hatching_chick: