Skip to content

Commit e845620

Browse files
author
Victoria Bialas
committed
fixed nav menus to surface Compose file reference, changed links to several manuals to overviews
Signed-off-by: Victoria Bialas <[email protected]>
1 parent ae856a3 commit e845620

File tree

5 files changed

+19
-16
lines changed

5 files changed

+19
-16
lines changed

_data/toc.yaml

+12-12
Original file line numberDiff line numberDiff line change
@@ -1105,18 +1105,18 @@ manuals:
11051105
title: unpause
11061106
- path: /compose/reference/up/
11071107
title: up
1108-
- sectiontitle: Compose File Reference
1109-
section:
1110-
- path: /compose/compose-file/
1111-
title: Version 3
1112-
- path: /compose/compose-file/compose-file-v2/
1113-
title: Version 2
1114-
- path: /compose/compose-file/compose-file-v1/
1115-
title: Version 1
1116-
- path: /compose/compose-file/compose-versioning/
1117-
title: About versions and upgrading
1118-
- path: /compose/faq/
1119-
title: Frequently Asked Questions
1108+
- sectiontitle: Compose File Reference
1109+
section:
1110+
- path: /compose/compose-file/
1111+
title: Version 3
1112+
- path: /compose/compose-file/compose-file-v2/
1113+
title: Version 2
1114+
- path: /compose/compose-file/compose-file-v1/
1115+
title: Version 1
1116+
- path: /compose/compose-file/compose-versioning/
1117+
title: About versions and upgrading
1118+
- path: /compose/faq/
1119+
title: Frequently Asked Questions
11201120
- path: /compose/bundles/
11211121
title: Docker Stacks and Distributed Application Bundles
11221122
- path: /compose/swarm/

compose/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
description: Introduction and Overview of Compose
33
keywords: documentation, docs, docker, compose, orchestration, containers
44
title: Docker Compose
5+
notoc: true
56
---
67

78
Compose is a tool for defining and running multi-container Docker applications. To learn more about Compose refer to the following documentation:

manuals.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ Free downloadables that help your device use Docker containers.
2929
| [Docker for Mac](/docker-for-mac/) | Docker desktop solution that includes everything a developer needs to create and test applications on a Mac |
3030
| [Docker for Windows](/docker-for-windows) | Docker desktop solution that includes everything a developer needs to create and test applications on a Windows system|
3131
| [Docker for Linux](/engine/installation/#on-linux) | Installation guides for running Docker on all supported Linux distros. |
32-
| [Docker Compose](/compose/) | Enables you to define, build, and run multi-container applications |
33-
| [Docker Notary](/notary/) | Allows the signing of container images to enable Docker Content Trust |
32+
| [Docker Compose](/compose/overview/) | Enables you to define, build, and run multi-container applications |
33+
| [Docker Notary](/notary/getting_started/) | Allows the signing of container images to enable Docker Content Trust |
3434
| [Docker Registry](/registry/) | The software that powers Docker Hub and Docker Store, Registry stores and distributes container images |
3535

3636

3737
## Superseded products and tools
3838

3939
* [Docker Hub](/docker-hub/) - Superseded by Docker Store and Docker Cloud
40-
* [Docker Swarm](/swarm/) - Functionality folded directly into native Docker, no longer a standalone tool
40+
* [Docker Swarm](/swarm/overview/) - Functionality folded directly into native Docker, no longer a standalone tool
4141
* [Docker Toolbox](/toolbox/overview/) - Superseded by Docker for Mac and Windows

notary/index.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
description: List of Notary Documentation
33
keywords: docker, notary, trust, image, signing, repository, tuf
44
title: Docker Notary
5+
notoc: true
56
---
67

78
* [Getting Started](getting_started.md)
89
* [Advanced Usage](advanced_usage.md)
910
* [Service Architecture](service_architecture.md)
1011
* [Running a Service](running_a_service.md)
1112
* [Configuration files](reference/index.md)
12-
* [Changelog](changelog.md)
13+
* [Changelog](changelog.md)

swarm/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ hide_from_sitemap: true
44
description: 'Swarm: a Docker-native clustering system'
55
keywords: docker, swarm, clustering
66
title: Docker Swarm
7+
notoc: true
78
---
89

910
If you decide to use standalone Docker Swarm, use these links to get started.

0 commit comments

Comments
 (0)