From b7dd826b4410b006e242dfadf8bdc7cbdf69569a Mon Sep 17 00:00:00 2001 From: FOWind Date: Mon, 11 Apr 2022 06:08:05 +0800 Subject: [PATCH] Enable foldable sidebar menu (#31818) * (feat: sidebar) enable sidebar menu foldable * (feat: sidebar) add comment for params * fix comment format Co-authored-by: championshuttler Co-authored-by: championshuttler --- config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.toml b/config.toml index ec9500ae77..4429ad2745 100644 --- a/config.toml +++ b/config.toml @@ -217,6 +217,8 @@ url = "https://v1-20.docs.kubernetes.io" [params.ui] # Enable to show the side bar menu in its compact state. sidebar_menu_compact = false +# Show expand/collapse icon for sidebar sections. +sidebar_menu_foldable = true # https://github.com/gohugoio/hugo/issues/8918#issuecomment-903314696 sidebar_cache_limit = 1 # Set to true to disable breadcrumb navigation.