We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b70a0c + 6c18591 commit e1723f0Copy full SHA for e1723f0
docs/reference/tooltips.md
@@ -155,3 +155,14 @@ pages with the following configuration:
155
````
156
157
[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