Skip to content

Commit 8a10569

Browse files
authored
Merge pull request #10121 from mendix/MvM-NavigationTruncates
Stop navigation being truncated
2 parents 9b26856 + 8926ce4 commit 8a10569

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config/_default/hugo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,9 @@ replacements = "github.com/FortAwesome/Font-Awesome -> ., github.com/twbs/bootst
157157
footer_about_disable = true
158158
# NK - set sidebar to be foldable
159159
sidebar_menu_foldable = true
160-
160+
# MvM - don't truncate sidebar tree items: see https://github.com/google/docsy/issues/1026
161+
sidebar_menu_truncate = 100
162+
161163
# Adds a H2 section titled "Feedback" to the bottom of each doc. The responses are sent to Google Analytics as events.
162164
# This feature depends on [services.googleAnalytics] and will be disabled if "services.googleAnalytics.id" is not set.
163165
# If you want this feature, but occasionally need to remove the "Feedback" section from a single page,

0 commit comments

Comments
 (0)