summaryrefslogtreecommitdiff
path: root/doc/en/_templates/globaltoc.html
blob: 0e088d67ef363f6303957240438d98b6e6077527 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<h3><a href="{{ pathto(master_doc) }}">{{ _('Table Of Contents') }}</a></h3>

<ul>
  <li><a href="{{ pathto('index') }}">Home</a></li>
  <li><a href="{{ pathto('getting-started') }}">Install</a></li>
  <li><a href="{{ pathto('contents') }}">Contents</a></li>
  <li><a href="{{ pathto('reference') }}">Reference</a></li>
  <li><a href="{{ pathto('example/index') }}">Examples</a></li>
  <li><a href="{{ pathto('customize') }}">Customize</a></li>
  <li><a href="{{ pathto('changelog') }}">Changelog</a></li>
  <li><a href="{{ pathto('contributing') }}">Contributing</a></li>
  <li><a href="{{ pathto('backwards-compatibility') }}">Backwards Compatibility</a></li>
  <li><a href="{{ pathto('license') }}">License</a></li>
  <li><a href="{{ pathto('contact') }}">Contact Channels</a></li>
</ul>

{%- if display_toc %}
  <hr>
  {{ toc }}
{%- endif %}