From 8da3d287edd6a65877c147882430422e4373230b Mon Sep 17 00:00:00 2001 From: Robyn Johnson Date: Wed, 5 Nov 2025 22:25:19 -0600 Subject: [PATCH] docs: make navigation menus collapse and expand (#2573) * Update mkdocs.yml Remove navigations.sections feature so that navigation menus will collapse & expand. They are collapsed by default. * docs: add sign-off DCO Remediation Commit for Robyn J I, Robyn J , hereby add my Signed-off-by to this commit: b7d74418278462bb6633c45d2d37157b781f6b8d Signed-off-by: Robyn J --------- Signed-off-by: Robyn J --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 204a64da..672d8448 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -46,7 +46,7 @@ theme: # - navigation.instant.preview - navigation.instant.progress - navigation.path - - navigation.sections # <= + # - navigation.sections # <= if set, navigation menus will not collapse and expand - navigation.top - navigation.tracking - search.suggest