Documentation

This commit is contained in:
squidfunk 2020-08-01 20:40:48 +02:00
parent f12af6c024
commit eba08f390f
2 changed files with 2 additions and 2 deletions

View File

@ -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.
``` ```

View File

@ -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