Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename Product Manuals to Manuals #13498

Merged
merged 2 commits into from
Sep 10, 2021
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
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