mirror of
https://github.com/hwchase17/langchain.git
synced 2026-04-02 18:32:56 +00:00
try to fix
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user