Skip to content

Commit 35764c5

Browse files
committed
[docs] Use subitem in new nav generation
(cherry picked from commit 995d0e5)
1 parent 57de1b0 commit 35764c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_includes/nav_docs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h3>{{ section.title }}</h3>
1111
<ul>
1212
{% for subitem in item.subitems %}
1313
<li>
14-
{{ item | sidebar_item_link}}
14+
{{ subitem | sidebar_item_link}}
1515
</li>
1616
{% endfor %}
1717
</ul>

0 commit comments

Comments
 (0)