Skip to content

Commit

Permalink
Increase the limit for child pages to display in sidebar (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
viren-nadkarni committed Dec 14, 2022
1 parent e41b901 commit acbece1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config.toml
Expand Up @@ -152,6 +152,8 @@ navbar_translucent_over_cover_disable = false
sidebar_menu_compact = true
# Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled)
sidebar_search_disable = true
# Limit for number of children pages (This is an undocumented option)
sidebar_menu_truncate = 128

# 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.
Expand Down Expand Up @@ -215,4 +217,4 @@ enable = true
disable = false
[[module.imports]]
path = "github.com/google/docsy/dependencies"
disable = false
disable = false

0 comments on commit acbece1

Please sign in to comment.