Files
docker-docs/language/rust/nav.html
Craig Osterhout 4523221101 Add rust language guide (#17610)
* add rust language guide

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>

* feedback1

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>

---------

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2023-06-29 17:42:38 +01:00

8 lines
675 B
HTML

<ul class="pagination">
<li {% if include.selected=="1"%}class="active"{% endif %}><a href="/language/rust/build-images/">Build images</a></li>
<li {% if include.selected=="2"%}class="active"{% endif %}><a href="/language/rust/run-containers/">Run your image as a container</a></li>
<li {% if include.selected=="3"%}class="active"{% endif %}><a href="/language/rust/develop/">Use containers for development</a></li>
<li {% if include.selected=="4"%}class="active"{% endif %}><a href="/language/rust/configure-ci-cd/">Configure CI/CD</a></li>
<li {% if include.selected=="5"%}class="active"{% endif %}><a href="/language/rust/deploy/">Deploy your app</a></li>
</ul>