Merge pull request #11798 from usha-mandya/get-started-toc-patch

Update Get started ToC
This commit is contained in:
Usha Mandya 2020-11-30 11:34:36 +00:00 committed by GitHub
commit 720e5e3656
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 9 deletions

View File

@ -27,14 +27,16 @@ guides:
path: /get-docker/
- sectiontitle: Get started
section:
- sectiontitle: Quickstart
section:
- title: "Part 1: Orientation and setup"
path: /get-started/
- title: "Part 2: Build and run your image"
path: /get-started/part2/
- title: "Part 3: Share images on Docker Hub"
path: /get-started/part3/
- sectiontitle: Develop with Docker
section:
- path: /develop/
title: Overview
- sectiontitle: Node.js
section:
- title: "Build images"
@ -43,12 +45,6 @@ guides:
path: /get-started/nodejs/run-containers/
- title: "Develop"
path: /get-started/nodejs/develop/
- path: /get-started/resources/
title: "Educational resources"
- sectiontitle: Develop with Docker
section:
- path: /develop/
title: Overview
- path: /develop/dev-best-practices/
title: Best practices
- sectiontitle: Build images
@ -321,6 +317,8 @@ guides:
title: Use the ZFS storage driver
- path: /storage/storagedriver/vfs-driver/
title: Use the VFS storage driver
- path: /get-started/resources/
title: "Educational resources"
- sectiontitle: Open source at Docker
section:
- path: /opensource/

View File

@ -8,7 +8,7 @@ description: Learn how to build your first Docker image by writing a Dockerfile
## Prerequisites
Work through the orientation and setup in Quickstart [Part 1](../index.md).
Work through the orientation and setup in Get started [Part 1](../index.md).
## Overview