mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
8e851aaa27
Its tricked a number of readers, as its not a TOC, its just local to the current topic. Now that the docs are not mobile responsive its not an active UI element either. Docker-DCO-1.1-Signed-off-by: SvenDowideit <SvenDowideit@home.org.au> (github: SvenDowideit)
5 lines
178 B
HTML
5 lines
178 B
HTML
{% for toc_item in toc %}
|
|
{% for toc_item in toc_item.children %}
|
|
<li class=""><a href="{{ toc_item.url }}">{{ toc_item.title }}</a></li>
|
|
{% endfor %}
|
|
{% endfor %}
|