Skip to content

Commit

Permalink
[docs] Use subitem in new nav generation
Browse files Browse the repository at this point in the history
(cherry picked from commit 995d0e5)
  • Loading branch information
zpao committed Sep 29, 2014
1 parent 57de1b0 commit 35764c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_includes/nav_docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h3>{{ section.title }}</h3>
<ul>
{% for subitem in item.subitems %}
<li>
{{ item | sidebar_item_link}}
{{ subitem | sidebar_item_link}}
</li>
{% endfor %}
</ul>
Expand Down

0 comments on commit 35764c5

Please sign in to comment.