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

@ -26,8 +26,6 @@ guides:
- title: Get Docker - title: Get Docker
path: /get-docker/ path: /get-docker/
- sectiontitle: Get started - sectiontitle: Get started
section:
- sectiontitle: Quickstart
section: section:
- title: "Part 1: Orientation and setup" - title: "Part 1: Orientation and setup"
path: /get-started/ path: /get-started/
@ -35,6 +33,10 @@ guides:
path: /get-started/part2/ path: /get-started/part2/
- title: "Part 3: Share images on Docker Hub" - title: "Part 3: Share images on Docker Hub"
path: /get-started/part3/ path: /get-started/part3/
- sectiontitle: Develop with Docker
section:
- path: /develop/
title: Overview
- sectiontitle: Node.js - sectiontitle: Node.js
section: section:
- title: "Build images" - title: "Build images"
@ -43,12 +45,6 @@ guides:
path: /get-started/nodejs/run-containers/ path: /get-started/nodejs/run-containers/
- title: "Develop" - title: "Develop"
path: /get-started/nodejs/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/ - path: /develop/dev-best-practices/
title: Best practices title: Best practices
- sectiontitle: Build images - sectiontitle: Build images
@ -321,6 +317,8 @@ guides:
title: Use the ZFS storage driver title: Use the ZFS storage driver
- path: /storage/storagedriver/vfs-driver/ - path: /storage/storagedriver/vfs-driver/
title: Use the VFS storage driver title: Use the VFS storage driver
- path: /get-started/resources/
title: "Educational resources"
- sectiontitle: Open source at Docker - sectiontitle: Open source at Docker
section: section:
- path: /opensource/ - path: /opensource/

View File

@ -8,7 +8,7 @@ description: Learn how to build your first Docker image by writing a Dockerfile
## Prerequisites ## 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 ## Overview