Reorder the global toc and include 'contributing' section
This commit is contained in:
parent
6d4e72e1eb
commit
6b4565f8d1
|
@ -7,11 +7,11 @@
|
||||||
<li><a href="{{ pathto('reference') }}">Reference</a></li>
|
<li><a href="{{ pathto('reference') }}">Reference</a></li>
|
||||||
<li><a href="{{ pathto('example/index') }}">Examples</a></li>
|
<li><a href="{{ pathto('example/index') }}">Examples</a></li>
|
||||||
<li><a href="{{ pathto('customize') }}">Customize</a></li>
|
<li><a href="{{ pathto('customize') }}">Customize</a></li>
|
||||||
<li><a href="{{ pathto('contact') }}">Contact</a></li>
|
|
||||||
<li><a href="{{ pathto('talks') }}">Talks/Posts</a></li>
|
|
||||||
<li><a href="{{ pathto('changelog') }}">Changelog</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('backwards-compatibility') }}">Backwards Compatibility</a></li>
|
||||||
<li><a href="{{ pathto('license') }}">License</a></li>
|
<li><a href="{{ pathto('license') }}">License</a></li>
|
||||||
|
<li><a href="{{ pathto('contact') }}">Contact Channels</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
{%- if display_toc %}
|
{%- if display_toc %}
|
||||||
|
|
Loading…
Reference in New Issue