Skip to content

Commit

Permalink
Rename Product Manuals to Manuals (#13498)
Browse files Browse the repository at this point in the history
* Rename Product Manuals to Manuals

Signed-off-by: Usha Mandya <[email protected]>

* Update _includes/breadcrumbs.html

Co-authored-by: Sebastiaan van Stijn <[email protected]>

Co-authored-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
usha-mandya and thaJeztah authored Sep 10, 2021
1 parent 19104c7 commit 4e120ba
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _data/toc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ horizontalnav:
- title: Guides
path: /get-started/overview/
node: guides
- title: Product manuals
- title: Manuals
path: /desktop/
node: manuals
- title: Reference
Expand Down
2 changes: 1 addition & 1 deletion _includes/breadcrumbs.html
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion _layouts/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h5 class="title">Language-specific guides</h5>
</div>
<div class="col-xs-12 col-sm-6 col-lg-4 card-holder">
<a class="card manuals" href="/desktop/">
<h5 class="title">Product manuals</h5>
<h5 class="title">Manuals</h5>
<p>
Browse through the manuals and learn how to use Docker products.
</p>
Expand Down
2 changes: 1 addition & 1 deletion get-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4e120ba

Please sign in to comment.