From bcfa8af6c9dc6eacbb2f5ce3a2b6c136df4d4308 Mon Sep 17 00:00:00 2001 From: Ethan Holz Date: Thu, 19 Oct 2023 13:24:51 -0400 Subject: [PATCH] added dropdowns --- hugo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hugo.toml b/hugo.toml index 933dca4..320013d 100644 --- a/hugo.toml +++ b/hugo.toml @@ -14,3 +14,5 @@ path = "github.com/google/docsy/dependencies" [markup.highlight] # See a complete list of available styles at https://xyproto.github.io/splash/docs/all.html style = "catppuccin-latte" +[params.ui] +sidebar_menu_foldable = true