From 245a3305d0a15b4dc2b95be1d5c4d390b2fa2ead Mon Sep 17 00:00:00 2001 From: Usha Mandya Date: Thu, 24 Sep 2020 22:44:16 +0100 Subject: [PATCH] - Add a link to Node.js section from part-1 for cross-reference - Updated the Guides tab to open to the Get started page, instead of Develop with Docker. - Moved Docker overview as the first entry in the Guides toc. --- _data/toc.yaml | 6 +++--- _includes/body-landing.html | 4 ++-- get-started/index.md | 2 ++ 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/_data/toc.yaml b/_data/toc.yaml index a6a2a3bf47..02cf7d6a23 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -4,7 +4,7 @@ horizontalnav: path: / node: home - title: Guides - path: /develop/ + path: /get-started/ node: guides - title: Product manuals path: /engine/ @@ -19,12 +19,12 @@ horizontalnav: home: {} guides: +- title: Docker overview + path: /get-started/overview/ - title: Get Docker path: /get-docker/ - sectiontitle: Get started section: - - path: /get-started/overview/ - title: Docker overview - sectiontitle: Quickstart section: - title: "Part 1: Orientation and setup" diff --git a/_includes/body-landing.html b/_includes/body-landing.html index ded1fb5355..ecc8805499 100644 --- a/_includes/body-landing.html +++ b/_includes/body-landing.html @@ -28,7 +28,7 @@ Home
  • - Guides + Guides
  • Product manuals @@ -101,7 +101,7 @@