Dashboard
PHP:
8.3.30
OS:
Linux
User:
dh_mnqueb
/
/
usr
/
lib
/
python3
/
dist-packages
/
alabaster
📤 Upload
📝 New File
📁 New Folder
Close
Editing: navigation.html
<h3>{{ _('Navigation') }}</h3> {{ toctree(includehidden=theme_sidebar_includehidden, collapse=theme_sidebar_collapse) }} {% if theme_extra_nav_links %} <hr /> <ul> {% for text, uri in theme_extra_nav_links.items()|sort %} <li class="toctree-l1"><a href="{{ uri }}">{{ text }}</a></li> {% endfor %} </ul> {% endif %}
Save
Cancel