mirror of
https://github.com/docker/docs.git
synced 2026-03-29 07:18:51 +07:00
This avoids resulting in a redirect to the URL with / Found these using `href="[^#][^#"]+[^/]"` Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
6 lines
443 B
HTML
6 lines
443 B
HTML
<ul class="pagination">
|
|
<li {% if include.selected=="1"%}class="active"{% endif %}><a href="/get-started/nodejs/build-images/">Build images</a></li>
|
|
<li {% if include.selected=="2"%}class="active"{% endif %}><a href="/get-started/nodejs/run-containers/">Run your image as a container</a></li>
|
|
<li {% if include.selected=="3"%}class="active"{% endif %}><a href="/get-started/nodejs/develop/">Use containers for development</a></li>
|
|
</ul>
|