We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c90de32 commit e5e47e0Copy full SHA for e5e47e0
src/_templates/sidebar-nav-bs.html
@@ -1,11 +1,8 @@
1
<nav class="bd-links d-none d-md-block" id="bd-docs-nav" aria-label="{{ _('Main navigation') }}">
2
- <div class="bd-toc-item active">
3
- {{ generate_toctree_html("sidebar",
4
- startdepth=0,
5
- show_nav_level=theme_show_nav_level|int,
6
- maxdepth=theme_navigation_depth|int,
7
- collapse=theme_collapse_navigation|tobool,
8
- includehidden=True,
9
- titles_only=True) }}
+ <p class="bd-links__title" role="heading" aria-level="1">
+ {{ _("Section Navigation") }}
+ </p>
+ <div class="bd-toc-item navbar-nav">
+ {{ sidebar_nav_html }}
10
</div>
11
</nav>
0 commit comments