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
7 lines
244 B
HTML
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 %}
|