diff --git a/_data/toc.yaml b/_data/toc.yaml index dd6571853d..a26ee95e92 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -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/ diff --git a/get-started/nodejs/build-images.md b/get-started/nodejs/build-images.md index 8641664da9..8a8a2e41b7 100644 --- a/get-started/nodejs/build-images.md +++ b/get-started/nodejs/build-images.md @@ -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