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
8 lines (8 loc) · 644 Bytes
/
nav.html
File metadata and controls
8 lines (8 loc) · 644 Bytes
1
2
3
4
5
6
7
8
<ul class="pagination">
<li {% if include.selected=="1"%}class="active"{% endif %}><a href="index.md">1: Orientation</a></li>
<li {% if include.selected=="2"%}class="active"{% endif %}><a href="part2.md">2: Containers</a></li>
<li {% if include.selected=="3"%}class="active"{% endif %}><a href="part3.md">3: Services</a></li>
<li {% if include.selected=="4"%}class="active"{% endif %}><a href="part4.md">4: Swarms</a></li>
<li {% if include.selected=="5"%}class="active"{% endif %}><a href="part5.md">5: Stacks</a></li>
<li {% if include.selected=="6"%}class="active"{% endif %}><a href="part6.md">6: Deploy your app</a></li>
</ul>