Skip to content

Commit

Permalink
fixed nav menus to surface Compose file reference, changed links to s…
Browse files Browse the repository at this point in the history
…everal manuals to overviews

Signed-off-by: Victoria Bialas <[email protected]>
  • Loading branch information
Victoria Bialas committed Feb 17, 2017
1 parent ae856a3 commit e845620
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 16 deletions.
24 changes: 12 additions & 12 deletions _data/toc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
1 change: 1 addition & 0 deletions compose/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions manuals.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion notary/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
description: List of Notary Documentation
keywords: docker, notary, trust, image, signing, repository, tuf
title: Docker Notary
notoc: true
---

* [Getting Started](getting_started.md)
* [Advanced Usage](advanced_usage.md)
* [Service Architecture](service_architecture.md)
* [Running a Service](running_a_service.md)
* [Configuration files](reference/index.md)
* [Changelog](changelog.md)
* [Changelog](changelog.md)
1 change: 1 addition & 0 deletions swarm/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e845620

Please sign in to comment.