Merge branch 'master' of github.com:squidfunk/mkdocs-material

This commit is contained in:
squidfunk
2020-04-07 20:29:04 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@
alt="Chat on Gitter" alt="Chat on Gitter"
/> />
</a> </a>
<a href="https://gitter.im/squidfunk/mkdocs-material"> <a href="https://pypi.org/project/mkdocs-material">
<img <img
src="https://img.shields.io/pypi/v/mkdocs-material.svg" src="https://img.shields.io/pypi/v/mkdocs-material.svg"
alt="Python Package Index" alt="Python Package Index"

View File

@@ -111,7 +111,7 @@ was renamed to `separator`:
``` yaml ``` yaml
plugins: plugins:
- search: - search:
separator: [\s\-\.]+ separator: '[\s\-\.]+'
lang: lang:
- en - en
- de - de