mirror of https://github.com/docker/docs.git
Don't nest Dockerfile and Compose-file reference
The list of items in the left-hand menu is not too long, so to improve discoverability, moving these two sections one level "up". Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
a5830d0c16
commit
6097d48eaa
|
@ -998,22 +998,20 @@ reference:
|
|||
path: /registry/spec/api/
|
||||
- title: Template API
|
||||
path: /app-template/api-reference/
|
||||
- sectiontitle: File formats
|
||||
- title: Dockerfile reference
|
||||
path: /engine/reference/builder/
|
||||
- sectiontitle: Compose file reference
|
||||
section:
|
||||
- title: Dockerfile reference
|
||||
path: /engine/reference/builder/
|
||||
- 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/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: Drivers and specifications
|
||||
section:
|
||||
- sectiontitle: Registry image manifests
|
||||
|
|
Loading…
Reference in New Issue