From 53a627457e32069f2c3745c30d022951b573448d Mon Sep 17 00:00:00 2001 From: Usha Mandya Date: Fri, 10 Sep 2021 14:00:45 +0100 Subject: [PATCH 1/2] Rename Product Manuals to Manuals Signed-off-by: Usha Mandya --- _data/toc.yaml | 2 +- _includes/breadcrumbs.html | 3 +-- _layouts/landing.html | 2 +- get-started/index.md | 2 +- release-notes/index.md | 2 +- 5 files changed, 5 insertions(+), 6 deletions(-) diff --git a/_data/toc.yaml b/_data/toc.yaml index 8441b80b160..53c19d26e1d 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -6,7 +6,7 @@ horizontalnav: - title: Guides path: /get-started/overview/ node: guides -- title: Product manuals +- title: Manuals path: /desktop/ node: manuals - title: Reference diff --git a/_includes/breadcrumbs.html b/_includes/breadcrumbs.html index f0a1dffb8f0..b4380273cae 100644 --- a/_includes/breadcrumbs.html +++ b/_includes/breadcrumbs.html @@ -5,8 +5,7 @@ page's location in the TOC (_data/toc.yaml). To get the "parent" TOC entries for the current page, we: - - iterate through each of the main sections / categories in the TOC (home, guides, - product manuals, reference, samples) + - iterate through each of the main sections / categories in the TOC (home, guides, manuals, reference, samples) - in each section, we iterate throught pages and sections. "sections" do not have URLs ("path") of their own, but can contain pages and sub-sections. Liquid doesn't allow us to "recursively" iterate through these, so we added diff --git a/_layouts/landing.html b/_layouts/landing.html index d6f0cda8e5e..b6b8d8f6413 100644 --- a/_layouts/landing.html +++ b/_layouts/landing.html @@ -94,7 +94,7 @@
Language-specific guides
-
Product manuals
+
Manuals

Browse through the manuals and learn how to use Docker products.

diff --git a/get-started/index.md b/get-started/index.md index f2919282f65..c9f6abea895 100644 --- a/get-started/index.md +++ b/get-started/index.md @@ -118,7 +118,7 @@ It gives you quick access to container logs, lets you get a shell inside the con easily manage container lifecycle (stop, remove, etc.). To access the dashboard, follow the instructions in the -[Docker Desktop product manual](../desktop/dashboard.md). If you open the dashboard +[Docker Desktop manual](../desktop/dashboard.md). If you open the dashboard now, you will see this tutorial running! The container name (`jolly_bouman` below) is a randomly created name. So, you'll most likely have a different name. diff --git a/release-notes/index.md b/release-notes/index.md index 89156ecc06a..a8ac3f95012 100644 --- a/release-notes/index.md +++ b/release-notes/index.md @@ -6,7 +6,7 @@ title: Docker release notes Find out what's new in Docker! Release notes contain information about new features, improvements, known issues, and bug fixes in each release. You can -find release notes for each component in the product manuals section. We suggest +find release notes for each component in the Manuals section. We suggest that you regularly visit the release notes to learn about updates. - [Docker Engine](../engine/release-notes/index.md) From 81ecae7d32cd0c56d4b252716a449912edff7c57 Mon Sep 17 00:00:00 2001 From: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> Date: Fri, 10 Sep 2021 14:13:40 +0100 Subject: [PATCH 2/2] Update _includes/breadcrumbs.html Co-authored-by: Sebastiaan van Stijn --- _includes/breadcrumbs.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_includes/breadcrumbs.html b/_includes/breadcrumbs.html index b4380273cae..52ffab63531 100644 --- a/_includes/breadcrumbs.html +++ b/_includes/breadcrumbs.html @@ -5,7 +5,8 @@ page's location in the TOC (_data/toc.yaml). To get the "parent" TOC entries for the current page, we: - - iterate through each of the main sections / categories in the TOC (home, guides, manuals, reference, samples) + - iterate through each of the main sections / categories in the TOC (home, guides, + manuals, reference, samples) - in each section, we iterate throught pages and sections. "sections" do not have URLs ("path") of their own, but can contain pages and sub-sections. Liquid doesn't allow us to "recursively" iterate through these, so we added