mirror of https://github.com/docker/docs.git
fixed nav menus to surface Compose file reference, changed links to several manuals to overviews
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
This commit is contained in:
parent
ae856a39a2
commit
e845620aaf
|
@ -1105,18 +1105,18 @@ manuals:
|
|||
title: unpause
|
||||
- path: /compose/reference/up/
|
||||
title: up
|
||||
- sectiontitle: Compose File Reference
|
||||
section:
|
||||
- path: /compose/compose-file/
|
||||
title: Version 3
|
||||
- path: /compose/compose-file/compose-file-v2/
|
||||
title: Version 2
|
||||
- path: /compose/compose-file/compose-file-v1/
|
||||
title: Version 1
|
||||
- path: /compose/compose-file/compose-versioning/
|
||||
title: About versions and upgrading
|
||||
- path: /compose/faq/
|
||||
title: Frequently Asked Questions
|
||||
- sectiontitle: Compose File Reference
|
||||
section:
|
||||
- path: /compose/compose-file/
|
||||
title: Version 3
|
||||
- path: /compose/compose-file/compose-file-v2/
|
||||
title: Version 2
|
||||
- path: /compose/compose-file/compose-file-v1/
|
||||
title: Version 1
|
||||
- path: /compose/compose-file/compose-versioning/
|
||||
title: About versions and upgrading
|
||||
- path: /compose/faq/
|
||||
title: Frequently Asked Questions
|
||||
- path: /compose/bundles/
|
||||
title: Docker Stacks and Distributed Application Bundles
|
||||
- path: /compose/swarm/
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
description: Introduction and Overview of Compose
|
||||
keywords: documentation, docs, docker, compose, orchestration, containers
|
||||
title: Docker Compose
|
||||
notoc: true
|
||||
---
|
||||
|
||||
Compose is a tool for defining and running multi-container Docker applications. To learn more about Compose refer to the following documentation:
|
||||
|
|
|
@ -29,13 +29,13 @@ Free downloadables that help your device use Docker containers.
|
|||
| [Docker for Mac](/docker-for-mac/) | Docker desktop solution that includes everything a developer needs to create and test applications on a Mac |
|
||||
| [Docker for Windows](/docker-for-windows) | Docker desktop solution that includes everything a developer needs to create and test applications on a Windows system|
|
||||
| [Docker for Linux](/engine/installation/#on-linux) | Installation guides for running Docker on all supported Linux distros. |
|
||||
| [Docker Compose](/compose/) | Enables you to define, build, and run multi-container applications |
|
||||
| [Docker Notary](/notary/) | Allows the signing of container images to enable Docker Content Trust |
|
||||
| [Docker Compose](/compose/overview/) | Enables you to define, build, and run multi-container applications |
|
||||
| [Docker Notary](/notary/getting_started/) | Allows the signing of container images to enable Docker Content Trust |
|
||||
| [Docker Registry](/registry/) | The software that powers Docker Hub and Docker Store, Registry stores and distributes container images |
|
||||
|
||||
|
||||
## Superseded products and tools
|
||||
|
||||
* [Docker Hub](/docker-hub/) - Superseded by Docker Store and Docker Cloud
|
||||
* [Docker Swarm](/swarm/) - Functionality folded directly into native Docker, no longer a standalone tool
|
||||
* [Docker Swarm](/swarm/overview/) - Functionality folded directly into native Docker, no longer a standalone tool
|
||||
* [Docker Toolbox](/toolbox/overview/) - Superseded by Docker for Mac and Windows
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
description: List of Notary Documentation
|
||||
keywords: docker, notary, trust, image, signing, repository, tuf
|
||||
title: Docker Notary
|
||||
notoc: true
|
||||
---
|
||||
|
||||
* [Getting Started](getting_started.md)
|
||||
|
@ -9,4 +10,4 @@ title: Docker Notary
|
|||
* [Service Architecture](service_architecture.md)
|
||||
* [Running a Service](running_a_service.md)
|
||||
* [Configuration files](reference/index.md)
|
||||
* [Changelog](changelog.md)
|
||||
* [Changelog](changelog.md)
|
||||
|
|
|
@ -4,6 +4,7 @@ hide_from_sitemap: true
|
|||
description: 'Swarm: a Docker-native clustering system'
|
||||
keywords: docker, swarm, clustering
|
||||
title: Docker Swarm
|
||||
notoc: true
|
||||
---
|
||||
|
||||
If you decide to use standalone Docker Swarm, use these links to get started.
|
||||
|
|
Loading…
Reference in New Issue