Skip to content

Commit 7781582

Browse files
committed
Restructured global TOC
* Changed "Table Of Contents" link to a plain heading. * Removed Customize, API Reference, 3rd party plugins links altogether. * Added an "About the project" heading
1 parent c83b05a commit 7781582

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

doc/en/_templates/globaltoc.html

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h3><a href="{{ pathto(master_doc) }}">{{ _('Table Of Contents') }}</a></h3>
1+
<h3>Contents</h3>
22

33
<ul>
44
<li><a href="{{ pathto('index') }}">Home</a></li>
@@ -7,15 +7,13 @@ <h3><a href="{{ pathto(master_doc) }}">{{ _('Table Of Contents') }}</a></h3>
77
<li><a href="{{ pathto('how-to/index') }}">How-to guides</a></li>
88
<li><a href="{{ pathto('reference/index') }}">Reference guides</a></li>
99
<li><a href="{{ pathto('explanation/index') }}">Explanation</a></li>
10-
11-
<li><a href="{{ pathto('example/index') }}">Examples</a></li>
12-
13-
<li><a href="{{ pathto('reference/customize') }}">Customize</a></li>
14-
<li><a href="{{ pathto('reference/reference') }}">API Reference</a></li>
15-
<li><a href="{{ pathto('reference/plugin_list') }}">3rd party plugins</a></li>
16-
1710
<li><a href="{{ pathto('contents') }}">Complete table of contents</a></li>
11+
<li><a href="{{ pathto('example/index') }}">Library of examples</a></li>
12+
</ul>
13+
14+
<h3>About the project</h3>
1815

16+
<ul>
1917
<li><a href="{{ pathto('changelog') }}">Changelog</a></li>
2018
<li><a href="{{ pathto('contributing') }}">Contributing</a></li>
2119
<li><a href="{{ pathto('backwards-compatibility') }}">Backwards Compatibility</a></li>

0 commit comments

Comments
 (0)