mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
* first pass at gs pt 1 * suggestions from Dawn * unbreak tabs * get started part 2 refresh * comments from Dawn and Adrian * draft of kube get started * first draft of swarm demo for gs * saving some updates... * first draft docker hub section * comments from Dawn * comments from Dawn * comments from Dawn * comments from Dawn * gsu frontmatter * removed toc entry for get started part 6 and changed toc titles for the rest of get started topics * addressing Adrian's feedback * fixing top nav buttons
8 lines
599 B
HTML
8 lines
599 B
HTML
<ul class="pagination">
|
|
<li {% if include.selected=="1"%}class="active"{% endif %}><a href="part1">1: Orientation and setup</a></li>
|
|
<li {% if include.selected=="2"%}class="active"{% endif %}><a href="part2">2: Containerizing an application</a></li>
|
|
<li {% if include.selected=="3"%}class="active"{% endif %}><a href="part3">3: Deploying to Kubernetes</a></li>
|
|
<li {% if include.selected=="4"%}class="active"{% endif %}><a href="part4">4: Deploying to Swarm</a></li>
|
|
<li {% if include.selected=="5"%}class="active"{% endif %}><a href="part5">5: Sharing images on Docker Hub</a></li>
|
|
</ul>
|