Skip to content

Commit

Permalink
Fixed navigation rendering in CLI docs. (#1034)
Browse files Browse the repository at this point in the history
By default, Docsy truncates lists in the navbar to 50 entries. Kf's CLI
uses significantly more. Bumped up the number here to ensure the whole
things shows.
  • Loading branch information
josephlewis42 authored Aug 29, 2023
1 parent 9fd629e commit 63b13db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ sidebar_menu_compact = false
# 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 = false
sidebar_menu_foldable = true
# Ensure all pages can fit in the sidebar -- especially important for Kf's CLI docs.
sidebar_menu_truncate = 10000

# 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

0 comments on commit 63b13db

Please sign in to comment.