From 8926ce410e43b85fc3dd1f96895f1dd1fb1768c7 Mon Sep 17 00:00:00 2001 From: MarkvanMents Date: Mon, 22 Sep 2025 12:43:52 +0200 Subject: [PATCH] Stop navigation being truncated --- config/_default/hugo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index e21622b1aed..e4bdec12cf9 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -157,7 +157,9 @@ replacements = "github.com/FortAwesome/Font-Awesome -> ., github.com/twbs/bootst footer_about_disable = true # NK - set sidebar to be foldable sidebar_menu_foldable = true - + # MvM - don't truncate sidebar tree items: see https://github.com/google/docsy/issues/1026 + sidebar_menu_truncate = 100 + # Adds a H2 section titled "Feedback" to the bottom of each doc. The responses are sent to Google Analytics as events. # This feature depends on [services.googleAnalytics] and will be disabled if "services.googleAnalytics.id" is not set. # If you want this feature, but occasionally need to remove the "Feedback" section from a single page,