mkdocs: enable instant loading

This allows text typed into the search box to persist across page navigation, which is
useful when users look up a term but aren't sure on which page they will eventually find
the relevant information. See the [`mkdocs-material` docs][mm-docs] for more
information.

[mm-docs]:
https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#instant-loading
This commit is contained in:
Vincent Ging Ho Yim 2025-04-18 21:58:21 +10:00
parent 001801a3b1
commit 5ba4173b45

View File

@ -14,6 +14,7 @@ theme:
# - navigation.top
- content.action.edit
- content.code.copy
- navigation.instant
icon:
repo: fontawesome/brands/github