mirror of https://github.com/docker/docs.git
Merge pull request #11798 from usha-mandya/get-started-toc-patch
Update Get started ToC
This commit is contained in:
commit
720e5e3656
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue