- Add a link to Node.js section from part-1 for cross-reference

- Updated the Guides tab to open to the Get started page, instead of Develop with Docker.
- Moved Docker overview as the first entry in the Guides toc.
This commit is contained in:
Usha Mandya 2020-09-24 22:44:16 +01:00
parent ba806ea3a2
commit 245a3305d0
3 changed files with 7 additions and 5 deletions

View File

@ -4,7 +4,7 @@ horizontalnav:
path: /
node: home
- title: Guides
path: /develop/
path: /get-started/
node: guides
- title: Product manuals
path: /engine/
@ -19,12 +19,12 @@ horizontalnav:
home: {}
guides:
- title: Docker overview
path: /get-started/overview/
- title: Get Docker
path: /get-docker/
- sectiontitle: Get started
section:
- path: /get-started/overview/
title: Docker overview
- sectiontitle: Quickstart
section:
- title: "Part 1: Orientation and setup"

View File

@ -28,7 +28,7 @@
<a href="/">Home</a>
</li>
<li>
<a href="/develop/">Guides</a>
<a href="/get-started/">Guides</a>
</li>
<li>
<a href="/engine/">Product manuals</a>
@ -101,7 +101,7 @@
</a>
</div>
<div class="col-xs-12 col-sm-6 col-lg-4 card-holder">
<a class="card guides" href="/develop/">
<a class="card guides" href="/get-started/">
<h5 class="title">Guides</h5>
<p>
Learn how to set up your Docker environment and start containerizing

View File

@ -163,6 +163,8 @@ At this point, you've installed Docker Desktop on your development machine, and
[On to Part 2 >>](part2.md){: class="button outline-btn" style="margin-bottom: 30px; margin-right: 100%"}
For information on how to build and run your first containerized application using Node.js, go to [Build your Node.js image](/nodejs/build-images.md).
## CLI references
Refer to the following topics for further documentation on all CLI commands used in this article: