File: localtoc.html

package info (click to toggle)
python-openstackdocstheme 3.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,008 kB
  • sloc: javascript: 8,326; python: 544; makefile: 162; sh: 152
file content (8 lines) | stat: -rw-r--r-- 346 bytes parent folder | download
1
2
3
4
5
6
7
8
{%- if theme_sidebar_mode == 'toctree' and theme_display_toc and display_toc %}
  <div class="docs-sidebar-toc">
    <div class="docs-sidebar-section" id="local-table-of-contents">
      <h4 class="docs-sidebar-section-title">{% if theme_display_global_toc_section %}Page {% endif %}Contents</h4>
      {{ toc }}
    </div>
  </div>
{%- endif %}