mirror of https://github.com/docker/docs.git
Move release notes inside each product's section
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
1a6002981f
commit
93e24fe60e
|
@ -1167,6 +1167,8 @@ manuals:
|
|||
title: Overview of Docker Compose
|
||||
- path: /compose/install/
|
||||
title: Install Compose
|
||||
- path: /compose/release-notes/
|
||||
title: Release notes
|
||||
- path: /compose/gettingstarted/
|
||||
title: Getting started
|
||||
- path: /compose/swarm/
|
||||
|
@ -1421,6 +1423,8 @@ manuals:
|
|||
title: Machine overview
|
||||
- path: /machine/install-machine/
|
||||
title: Install Machine
|
||||
- path: /machine/release-notes/
|
||||
title: Release notes
|
||||
- path: /machine/get-started/
|
||||
title: Get started with a local VM
|
||||
- path: /machine/get-started-cloud/
|
||||
|
@ -1517,14 +1521,14 @@ manuals:
|
|||
title: VMware vSphere
|
||||
- path: /machine/migrate-to-machine/
|
||||
title: Migrate from Boot2Docker to Machine
|
||||
- path: /release-notes/docker-machine/
|
||||
title: Docker Machine release notes
|
||||
- sectiontitle: Docker Swarm (standalone)
|
||||
section:
|
||||
- path: /swarm/overview/
|
||||
title: Swarm overview
|
||||
- path: /swarm/get-swarm/
|
||||
title: How to get Swarm
|
||||
- path: /swarm/release-notes/
|
||||
title: Release notes
|
||||
- path: /swarm/install-w-machine/
|
||||
title: Evaluate Swarm in a sandbox
|
||||
- path: /swarm/plan-for-production/
|
||||
|
@ -1581,8 +1585,6 @@ manuals:
|
|||
title: API response codes
|
||||
- path: /swarm/swarm-api/
|
||||
title: Docker Swarm API
|
||||
- path: /release-notes/docker-swarm/
|
||||
title: Docker Swarm release notes
|
||||
- sectiontitle: Docker Toolbox (legacy)
|
||||
section:
|
||||
- path: /toolbox/overview/
|
||||
|
|
|
@ -3,6 +3,8 @@ title: Docker Compose release notes
|
|||
description: Release notes for Docker Compose
|
||||
keywords: release notes, compose
|
||||
toc_max: 2
|
||||
redirect_from:
|
||||
- /release-notes/docker-compose/
|
||||
---
|
||||
|
||||
## 1.25.4
|
|
@ -3,6 +3,8 @@ title: Docker Machine release notes
|
|||
description: Release notes for Docker Machine
|
||||
keywords: release notes, machine
|
||||
toc_max: 2
|
||||
redirect_from:
|
||||
- /release-notes/docker-machine/
|
||||
---
|
||||
|
||||
## 0.16.0 (2018-11-08)
|
|
@ -4,15 +4,14 @@ keywords: docker, documentation, about, technology, understanding, release
|
|||
title: Docker release notes
|
||||
---
|
||||
|
||||
Find out what's new in Docker! Release notes also contain detailed information about known issues and fixes for each component.
|
||||
Find out what's new in Docker! Release notes contain information about new
|
||||
features, improvements, known issues, and bug fixes in each release. You can
|
||||
find release notes for each component in the product manuals section. We suggest
|
||||
that you regularly visit the release notes to learn about updates.
|
||||
|
||||
- [Docker Engine](/engine/release-notes)
|
||||
- [Docker Desktop Enterprise](/ee/desktop/release-notes/)
|
||||
- [Docker Desktop for Mac](/docker-for-mac/release-notes.md)
|
||||
- [Docker Desktop for Mac Edge Releases](/docker-for-mac/edge-release-notes.md)
|
||||
- [Docker Desktop for Windows](/docker-for-windows/release-notes.md)
|
||||
- [Docker Desktop for Windows Edge Releases](/docker-for-windows/edge-release-notes.md)
|
||||
- [Docker for AWS](/docker-for-aws/release-notes.md)
|
||||
- [Docker Compose](docker-compose.md)
|
||||
- [Docker Machine](docker-machine.md)
|
||||
- [Docker Swarm (standalone)](docker-swarm.md)
|
||||
- [Docker Engine](/engine/release-notes/)
|
||||
- [Docker Desktop for Mac](/docker-for-mac/)
|
||||
- [Docker Desktop for Windows](/docker-for-windows/)
|
||||
- [Docker Desktop Enterprise](/ee/desktop/)
|
||||
- [Docker Compose](/compose/)
|
||||
- [Docker Hub](/docker-hub/)
|
||||
|
|
|
@ -3,6 +3,8 @@ title: Docker Swarm (standalone) release notes
|
|||
description: Release notes for Docker Swarm (standalone)
|
||||
keywords: release notes, swarm
|
||||
toc_max: 2
|
||||
redirect_from:
|
||||
- /release-notes/docker-swarm/
|
||||
---
|
||||
|
||||
## 1.2.6 (2017-01-17)
|
Loading…
Reference in New Issue