Files
docker-docs/get-started/nav.html
Brandon Mitchell 2775bcfb1f Fixing broken get-started links
Signed-off-by: Brandon Mitchell <git@bmitch.net>
2020-12-21 14:35:57 -05:00

6 lines
403 B
HTML

<ul class="pagination">
<li {% if include.selected=="1"%}class="active"{% endif %}><a href="/get-started/">Orientation and setup</a></li>
<li {% if include.selected=="2"%}class="active"{% endif %}><a href="/get-started/02_our_app/">Our Application</a></li>
<li {% if include.selected=="3"%}class="active"{% endif %}><a href="/get-started/04_sharing_app/">Share images on Docker Hub</a></li>
</ul>