docs/get-started/nav.html

6 lines
362 B
HTML

<ul class="pagination">
<li {% if include.selected=="1"%}class="active"{% endif %}><a href="part1">Orientation and setup</a></li>
<li {% if include.selected=="2"%}class="active"{% endif %}><a href="part2">Build and run your image</a></li>
<li {% if include.selected=="3"%}class="active"{% endif %}><a href="part3">Share images on Docker Hub</a></li>
</ul>