forked from docker/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnav.html
8 lines (8 loc) · 808 Bytes
/
nav.html
1
2
3
4
5
6
7
8
<ul class="pagination">
<li {% if include.selected=="1"%}class="active"{% endif %}><a href="/language/golang/build-images/">Build images</a></li>
<li {% if include.selected=="2"%}class="active"{% endif %}><a href="/language/golang/run-containers/">Run your image as a container</a></li>
<li {% if include.selected=="3"%}class="active"{% endif %}><a href="/language/golang/develop/">Use containers for development</a></li>
<li {% if include.selected=="4"%}class="active"{% endif %}><a href="/language/golang/run-tests/">Run your tests</a></li>
<li {% if include.selected=="5"%}class="active"{% endif %}><a href="/language/golang/configure-ci-cd/">Configure CI/CD</a></li>
<li {% if include.selected=="6"%}class="active"{% endif %}><a href="/language/golang/deploy/">Deploy your app</a></li>
</ul>