debug nav bar
All checks were successful
/ test (push) Successful in 13s

This commit is contained in:
Michaël Ricart 2025-02-17 11:10:33 +01:00
parent 491fbadfc8
commit f3b05246f6

View file

@ -34,5 +34,6 @@ html_css_files = [
'css/custom.css', 'css/custom.css',
] ]
html_theme_options = { html_theme_options = {
'navigation_depth': 5, 'navigation_depth': -1,
'collapse_navigation': False,
} }