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