From 6b365e885789720883909fdc6c1c7f97abf44fde Mon Sep 17 00:00:00 2001 From: Tyler Nguyen Date: Tue, 12 Nov 2024 22:29:06 -0600 Subject: [PATCH] refactor: disable navigation.prune --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 62c423d..3364066 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -36,7 +36,7 @@ theme: - navigation.instant.prefetch # LINK https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#instant-prefetching - navigation.instant.progress # LINK https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#progress-indicator - navigation.path # LINK https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/?h=navigation+path#navigation-path - - navigation.prune # LINK https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/?h=navigation+pru#navigation-pruning + #- navigation.prune # NOTE Mobile navigation's top level chevron cannot be selected #- navigation.sections # NOTE Collapse section in projects page #- navigation.expand # Note Bug: this will also expand collapsed code blocks on page reload - navigation.tabs