We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c188509 commit 3cfdaaaCopy full SHA for 3cfdaaa
config.toml
@@ -117,6 +117,7 @@ navbar_logo = true
117
navbar_translucent_over_cover_disable = false
118
sidebar_menu_compact = true # When true, the section headings work like an accordian.
119
sidebar_search_disable = true
120
+ul_show = 3 # Always expand every first level section of the sidenav -- due to tabs, our 'first level' is 3
121
122
[params.ui.feedback]
123
enable = true
layouts/partials/sidebar-tree.html
@@ -94,7 +94,7 @@
94
{{- if (or $hideChildren $treeRoot) -}}
95
{{- else -}}
96
<span class="menu-toggle">
97
- {{ if (or $activePath $active) }}
+ {{ if (or $activePath $active (eq $ulNr 2)) }}
98
<i class="fas fa-chevron-down"></i>
99
{{ else }}
100
<i class="fas fa-chevron-right"></i>
0 commit comments