Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions _data/toc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion get-started/nodejs/build-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down