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..52ffab63531 100644 --- a/_includes/breadcrumbs.html +++ b/_includes/breadcrumbs.html @@ -6,7 +6,7 @@ for the current page, we: - iterate through each of the main sections / categories in the TOC (home, guides, - product manuals, reference, samples) + 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)