mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-24 15:40:15 +01:00
Merge branch 'master' of github.com:squidfunk/mkdocs-material
This commit is contained in:
commit
e1723f0cc6
@ -155,3 +155,14 @@ pages with the following configuration:
|
|||||||
````
|
````
|
||||||
|
|
||||||
[auto-append]: https://facelessuser.github.io/pymdown-extensions/extensions/snippets/#auto-append-snippets
|
[auto-append]: https://facelessuser.github.io/pymdown-extensions/extensions/snippets/#auto-append-snippets
|
||||||
|
|
||||||
|
!!! tip
|
||||||
|
|
||||||
|
When using a dedicated file outside of the `docs` folder, add the parent directory to the list
|
||||||
|
of `watch` folders so that when the glossary file is updated, the project is automatically
|
||||||
|
reloaded when running `mkdocs serve`.
|
||||||
|
|
||||||
|
```` yaml
|
||||||
|
watch:
|
||||||
|
- includes
|
||||||
|
````
|
||||||
|
Loading…
Reference in New Issue
Block a user