This commit is contained in:
Micah R Ledbetter 2025-06-01 14:27:30 -05:00 committed by GitHub
commit 87d9fa7977
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -141,6 +141,10 @@ disableKinds = ['taxonomy', 'taxonomyTerm']
# /static/logo.png then the path would be 'logo.png'
BookLogo = 'logo.png'
# (Optional, default 'favicon.png') Set the path to a favicon for the site.
# If the favicon is in /static/custom.svg, then the path would be 'custom.svg'.
BookFavicon = 'favicon.png'
# (Optional, default docs) Specify section of content to render as menu
# You can also set value to "*" to render all sections to menu
BookSection = 'docs'