]> git.proxmox.com Git - ceph.git/blame - ceph/doc/_templates/smarttoc.html
update sources to 12.2.7
[ceph.git] / ceph / doc / _templates / smarttoc.html
CommitLineData
7c673cae
FG
1{#
2 Sphinx sidebar template: smart table of contents.
3
4 Shows a sidebar ToC that gives you a more global view of the
5 documentation, and not the confusing cur/prev/next which is the
6 default sidebar.
7
8 The ToC will open and collapse automatically to show the part of the
9 hierarchy you are in. Top-level items will always be visible.
10
11#}
12<h3><a href="{{ pathto(master_doc) }}">{{ _('Table Of Contents') }}</a></h3>
28e407b8 13{{ toctree(maxdepth=-1, includehidden=True) }}
7c673cae
FG
14
15<!-- ugly kludge to make genindex look like it's part of the toc -->
16<ul style="margin-top: -10px"><li class="toctree-l1"><a class="reference internal" href="{{ pathto('genindex') }}">Index</a></li></ul>