mirror of
https://github.com/docker/docs.git
synced 2026-04-01 08:48:56 +07:00
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)
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 %}
|