mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-30 13:43:03 +08:00
10 lines
292 B
HTML
10 lines
292 B
HTML
{{ 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() %}
|
|
<li class="toctree-l1"><a href="{{ uri }}">{{ text }}</a></li>
|
|
{% endfor %}
|
|
</ul>
|
|
{% endif %}
|