mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Documentation
This commit is contained in:
parent
f12af6c024
commit
eba08f390f
@ -34,7 +34,7 @@ Operating systems: :fontawesome-brands-apple:
|
|||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
pip install mkdocs-material
|
pip install mkdocs-material
|
||||||
# => Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '...'
|
# => Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '...'
|
||||||
# => Consider using the --user option or check the permissions.
|
# => Consider using the --user option or check the permissions.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -135,7 +135,7 @@ was renamed to `separator`:
|
|||||||
extra:
|
extra:
|
||||||
search:
|
search:
|
||||||
language: en, de, ru
|
language: en, de, ru
|
||||||
tokenizer: [\s\-\.]+
|
tokenizer: '[\s\-\.]+'
|
||||||
```
|
```
|
||||||
|
|
||||||
[6]: setup/setting-up-site-search.md#built-in-search
|
[6]: setup/setting-up-site-search.md#built-in-search
|
||||||
|
Loading…
Reference in New Issue
Block a user