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:
Victoria Bialas 2017-02-16 18:06:05 -08:00
parent ae856a39a2
commit e845620aaf
5 changed files with 19 additions and 16 deletions

View File

@ -1105,18 +1105,18 @@ manuals:
title: unpause title: unpause
- path: /compose/reference/up/ - path: /compose/reference/up/
title: up title: up
- sectiontitle: Compose File Reference - sectiontitle: Compose File Reference
section: section:
- path: /compose/compose-file/ - path: /compose/compose-file/
title: Version 3 title: Version 3
- path: /compose/compose-file/compose-file-v2/ - path: /compose/compose-file/compose-file-v2/
title: Version 2 title: Version 2
- path: /compose/compose-file/compose-file-v1/ - path: /compose/compose-file/compose-file-v1/
title: Version 1 title: Version 1
- path: /compose/compose-file/compose-versioning/ - path: /compose/compose-file/compose-versioning/
title: About versions and upgrading title: About versions and upgrading
- path: /compose/faq/ - path: /compose/faq/
title: Frequently Asked Questions title: Frequently Asked Questions
- path: /compose/bundles/ - path: /compose/bundles/
title: Docker Stacks and Distributed Application Bundles title: Docker Stacks and Distributed Application Bundles
- path: /compose/swarm/ - path: /compose/swarm/

View File

@ -2,6 +2,7 @@
description: Introduction and Overview of Compose description: Introduction and Overview of Compose
keywords: documentation, docs, docker, compose, orchestration, containers keywords: documentation, docs, docker, compose, orchestration, containers
title: Docker Compose 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: Compose is a tool for defining and running multi-container Docker applications. To learn more about Compose refer to the following documentation:

View File

@ -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 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 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 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 Compose](/compose/overview/) | 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 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 | | [Docker Registry](/registry/) | The software that powers Docker Hub and Docker Store, Registry stores and distributes container images |
## Superseded products and tools ## Superseded products and tools
* [Docker Hub](/docker-hub/) - Superseded by Docker Store and Docker Cloud * [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 * [Docker Toolbox](/toolbox/overview/) - Superseded by Docker for Mac and Windows

View File

@ -2,6 +2,7 @@
description: List of Notary Documentation description: List of Notary Documentation
keywords: docker, notary, trust, image, signing, repository, tuf keywords: docker, notary, trust, image, signing, repository, tuf
title: Docker Notary title: Docker Notary
notoc: true
--- ---
* [Getting Started](getting_started.md) * [Getting Started](getting_started.md)
@ -9,4 +10,4 @@ title: Docker Notary
* [Service Architecture](service_architecture.md) * [Service Architecture](service_architecture.md)
* [Running a Service](running_a_service.md) * [Running a Service](running_a_service.md)
* [Configuration files](reference/index.md) * [Configuration files](reference/index.md)
* [Changelog](changelog.md) * [Changelog](changelog.md)

View File

@ -4,6 +4,7 @@ hide_from_sitemap: true
description: 'Swarm: a Docker-native clustering system' description: 'Swarm: a Docker-native clustering system'
keywords: docker, swarm, clustering keywords: docker, swarm, clustering
title: Docker Swarm title: Docker Swarm
notoc: true
--- ---
If you decide to use standalone Docker Swarm, use these links to get started. If you decide to use standalone Docker Swarm, use these links to get started.