mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Merge branch 'master' of github.com:squidfunk/mkdocs-material
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -111,7 +111,7 @@ was renamed to `separator`:
|
|||||||
``` yaml
|
``` yaml
|
||||||
plugins:
|
plugins:
|
||||||
- search:
|
- search:
|
||||||
separator: [\s\-\.]+
|
separator: '[\s\-\.]+'
|
||||||
lang:
|
lang:
|
||||||
- en
|
- en
|
||||||
- de
|
- de
|
||||||
|
|||||||
Reference in New Issue
Block a user