Files
docker-cli/components/engine/docs/theme/mkdocs/toc.html
O.S. Tezer 176e92312b Docker Docs styling overhaul
This commit/PR changes docs' styling with Docker general styling

Docker-DCO-1.1-Signed-off-by: O.S. Tezer <ostezer@gmail.com> (github: ostezer)
Upstream-commit: 38daa47ee24d88ae15600a5c0f6ebe9ef3f8f1c9
Component: engine
2014-06-08 11:18:24 -07:00

7 lines
244 B
HTML

<span class="menu-caption eyebrow">TABLE OF CONTENTS</span>
{% 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 %}