Compare commits

...

2 Commits

Author SHA1 Message Date
Bagatur
3523e96af5 Merge branch 'master' into bagatur/api-ref-navbar-update 2023-12-22 16:33:13 -05:00
leo-gan
14e086cc13 try to fix 2023-12-20 14:43:53 -08:00

View File

@@ -80,7 +80,8 @@
<ul>
{% for inner_child in nav_item.children %}
<li class="sk-toctree-l3">
<a href="{{ inner_child.url }}">{{ inner_child.title }}</a>
{% set second_layer_ns = inner_child.title[inner_child.title.index(".")+1:] %}
<a href="{{ inner_child.url }}">{{ second_layer_ns }}</a>
</li>
{% endfor %}
</ul>