mirror of
https://github.com/docker/docs.git
synced 2026-03-28 23:08:49 +07:00
Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@docker.com> (github: SvenDowideit)
16 lines
291 B
HTML
16 lines
291 B
HTML
no_edit: true
|
|
auto_scroll_to_path: true
|
|
|
|
# Table of Contents
|
|
|
|
{% for nav_item in nav %}
|
|
{% if nav_item.children %}
|
|
## {{ nav_item.title }} {{ nav_item.url }}
|
|
|
|
{% for nav_item in nav_item.children %}
|
|
- [{{ nav_item.title }}]({{ nav_item.url }})
|
|
{% endfor %}
|
|
|
|
{% endif %}
|
|
{% endfor %}
|