mirror of
https://github.com/docker/docs.git
synced 2026-04-12 14:25:46 +07:00
If in page https://docs.docker.com/get-started/part2/ or https://docs.docker.com/get-started/part3/, the link url make an error.
6 lines
401 B
HTML
6 lines
401 B
HTML
<ul class="pagination">
|
|
<li {% if include.selected=="1"%}class="active"{% endif %}><a href="/get-started/part1">Orientation and setup</a></li>
|
|
<li {% if include.selected=="2"%}class="active"{% endif %}><a href="/get-started/part2">Build and run your image</a></li>
|
|
<li {% if include.selected=="3"%}class="active"{% endif %}><a href="/get-started/part3">Share images on Docker Hub</a></li>
|
|
</ul>
|