From 5ba4173b4541a9b5e7fa88c57b819f6db647b6e0 Mon Sep 17 00:00:00 2001 From: Vincent Ging Ho Yim Date: Fri, 18 Apr 2025 21:58:21 +1000 Subject: [PATCH] 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 --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yml b/mkdocs.yml index f82d7bf45..b365cbe6e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -14,6 +14,7 @@ theme: # - navigation.top - content.action.edit - content.code.copy + - navigation.instant icon: repo: fontawesome/brands/github