mirror of https://github.com/docker/docs.git
Rename Product Manuals to Manuals (#13498)
* Rename Product Manuals to Manuals Signed-off-by: Usha Mandya <usha.mandya@docker.com> * Update _includes/breadcrumbs.html Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com> Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
This commit is contained in:
parent
19104c7f22
commit
4e120ba5f7
|
@ -6,7 +6,7 @@ horizontalnav:
|
||||||
- title: Guides
|
- title: Guides
|
||||||
path: /get-started/overview/
|
path: /get-started/overview/
|
||||||
node: guides
|
node: guides
|
||||||
- title: Product manuals
|
- title: Manuals
|
||||||
path: /desktop/
|
path: /desktop/
|
||||||
node: manuals
|
node: manuals
|
||||||
- title: Reference
|
- title: Reference
|
||||||
|
|
|
@ -6,7 +6,7 @@ page's location in the TOC (_data/toc.yaml). To get the "parent" TOC entries
|
||||||
for the current page, we:
|
for the current page, we:
|
||||||
|
|
||||||
- iterate through each of the main sections / categories in the TOC (home, guides,
|
- 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
|
- 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.
|
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
|
Liquid doesn't allow us to "recursively" iterate through these, so we added
|
||||||
|
|
|
@ -94,7 +94,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-12 col-sm-6 col-lg-4 card-holder">
|
<div class="col-xs-12 col-sm-6 col-lg-4 card-holder">
|
||||||
<a class="card manuals" href="/desktop/">
|
<a class="card manuals" href="/desktop/">
|
||||||
<h5 class="title">Product manuals</h5>
|
<h5 class="title">Manuals</h5>
|
||||||
<p>
|
<p>
|
||||||
Browse through the manuals and learn how to use Docker products.
|
Browse through the manuals and learn how to use Docker products.
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -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.).
|
easily manage container lifecycle (stop, remove, etc.).
|
||||||
|
|
||||||
To access the dashboard, follow the instructions in the
|
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
|
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.
|
randomly created name. So, you'll most likely have a different name.
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ title: Docker release notes
|
||||||
|
|
||||||
Find out what's new in Docker! Release notes contain information about new
|
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
|
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.
|
that you regularly visit the release notes to learn about updates.
|
||||||
|
|
||||||
- [Docker Engine](../engine/release-notes/index.md)
|
- [Docker Engine](../engine/release-notes/index.md)
|
||||||
|
|
Loading…
Reference in New Issue