Skip to content

Commit e1723f0

Browse files
committed
Merge branch 'master' of github.com:squidfunk/mkdocs-material
2 parents 5b70a0c + 6c18591 commit e1723f0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/reference/tooltips.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,3 +155,14 @@ pages with the following configuration:
155155
````
156156

157157
[auto-append]: https://facelessuser.github.io/pymdown-extensions/extensions/snippets/#auto-append-snippets
158+
159+
!!! tip
160+
161+
When using a dedicated file outside of the `docs` folder, add the parent directory to the list
162+
of `watch` folders so that when the glossary file is updated, the project is automatically
163+
reloaded when running `mkdocs serve`.
164+
165+
```` yaml
166+
watch:
167+
- includes
168+
````

0 commit comments

Comments
 (0)