From 6c1859145a5af08c215ffdb59e670155c923bac3 Mon Sep 17 00:00:00 2001 From: johnthagen Date: Thu, 7 Dec 2023 11:20:10 -0500 Subject: [PATCH] Documentation (#6459) --- docs/reference/tooltips.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/reference/tooltips.md b/docs/reference/tooltips.md index d1dc583c376..4f89c299170 100644 --- a/docs/reference/tooltips.md +++ b/docs/reference/tooltips.md @@ -155,3 +155,14 @@ pages with the following configuration: ```` [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 + ````