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
|
title: Overview of Docker Compose
|
||||||
- path: /compose/install/
|
- path: /compose/install/
|
||||||
title: Install Compose
|
title: Install Compose
|
||||||
|
- path: /compose/release-notes/
|
||||||
|
title: Release notes
|
||||||
- path: /compose/gettingstarted/
|
- path: /compose/gettingstarted/
|
||||||
title: Getting started
|
title: Getting started
|
||||||
- path: /compose/swarm/
|
- path: /compose/swarm/
|
||||||
|
@ -1421,6 +1423,8 @@ manuals:
|
||||||
title: Machine overview
|
title: Machine overview
|
||||||
- path: /machine/install-machine/
|
- path: /machine/install-machine/
|
||||||
title: Install Machine
|
title: Install Machine
|
||||||
|
- path: /machine/release-notes/
|
||||||
|
title: Release notes
|
||||||
- path: /machine/get-started/
|
- path: /machine/get-started/
|
||||||
title: Get started with a local VM
|
title: Get started with a local VM
|
||||||
- path: /machine/get-started-cloud/
|
- path: /machine/get-started-cloud/
|
||||||
|
@ -1517,14 +1521,14 @@ manuals:
|
||||||
title: VMware vSphere
|
title: VMware vSphere
|
||||||
- path: /machine/migrate-to-machine/
|
- path: /machine/migrate-to-machine/
|
||||||
title: Migrate from Boot2Docker to Machine
|
title: Migrate from Boot2Docker to Machine
|
||||||
- path: /release-notes/docker-machine/
|
|
||||||
title: Docker Machine release notes
|
|
||||||
- sectiontitle: Docker Swarm (standalone)
|
- sectiontitle: Docker Swarm (standalone)
|
||||||
section:
|
section:
|
||||||
- path: /swarm/overview/
|
- path: /swarm/overview/
|
||||||
title: Swarm overview
|
title: Swarm overview
|
||||||
- path: /swarm/get-swarm/
|
- path: /swarm/get-swarm/
|
||||||
title: How to get Swarm
|
title: How to get Swarm
|
||||||
|
- path: /swarm/release-notes/
|
||||||
|
title: Release notes
|
||||||
- path: /swarm/install-w-machine/
|
- path: /swarm/install-w-machine/
|
||||||
title: Evaluate Swarm in a sandbox
|
title: Evaluate Swarm in a sandbox
|
||||||
- path: /swarm/plan-for-production/
|
- path: /swarm/plan-for-production/
|
||||||
|
@ -1581,8 +1585,6 @@ manuals:
|
||||||
title: API response codes
|
title: API response codes
|
||||||
- path: /swarm/swarm-api/
|
- path: /swarm/swarm-api/
|
||||||
title: Docker Swarm API
|
title: Docker Swarm API
|
||||||
- path: /release-notes/docker-swarm/
|
|
||||||
title: Docker Swarm release notes
|
|
||||||
- sectiontitle: Docker Toolbox (legacy)
|
- sectiontitle: Docker Toolbox (legacy)
|
||||||
section:
|
section:
|
||||||
- path: /toolbox/overview/
|
- path: /toolbox/overview/
|
||||||
|
|
|
@ -3,6 +3,8 @@ title: Docker Compose release notes
|
||||||
description: Release notes for Docker Compose
|
description: Release notes for Docker Compose
|
||||||
keywords: release notes, compose
|
keywords: release notes, compose
|
||||||
toc_max: 2
|
toc_max: 2
|
||||||
|
redirect_from:
|
||||||
|
- /release-notes/docker-compose/
|
||||||
---
|
---
|
||||||
|
|
||||||
## 1.25.4
|
## 1.25.4
|
|
@ -3,6 +3,8 @@ title: Docker Machine release notes
|
||||||
description: Release notes for Docker Machine
|
description: Release notes for Docker Machine
|
||||||
keywords: release notes, machine
|
keywords: release notes, machine
|
||||||
toc_max: 2
|
toc_max: 2
|
||||||
|
redirect_from:
|
||||||
|
- /release-notes/docker-machine/
|
||||||
---
|
---
|
||||||
|
|
||||||
## 0.16.0 (2018-11-08)
|
## 0.16.0 (2018-11-08)
|
|
@ -4,15 +4,14 @@ keywords: docker, documentation, about, technology, understanding, release
|
||||||
title: Docker release notes
|
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 Engine](/engine/release-notes/)
|
||||||
- [Docker Desktop Enterprise](/ee/desktop/release-notes/)
|
- [Docker Desktop for Mac](/docker-for-mac/)
|
||||||
- [Docker Desktop for Mac](/docker-for-mac/release-notes.md)
|
- [Docker Desktop for Windows](/docker-for-windows/)
|
||||||
- [Docker Desktop for Mac Edge Releases](/docker-for-mac/edge-release-notes.md)
|
- [Docker Desktop Enterprise](/ee/desktop/)
|
||||||
- [Docker Desktop for Windows](/docker-for-windows/release-notes.md)
|
- [Docker Compose](/compose/)
|
||||||
- [Docker Desktop for Windows Edge Releases](/docker-for-windows/edge-release-notes.md)
|
- [Docker Hub](/docker-hub/)
|
||||||
- [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)
|
|
||||||
|
|
|
@ -3,6 +3,8 @@ title: Docker Swarm (standalone) release notes
|
||||||
description: Release notes for Docker Swarm (standalone)
|
description: Release notes for Docker Swarm (standalone)
|
||||||
keywords: release notes, swarm
|
keywords: release notes, swarm
|
||||||
toc_max: 2
|
toc_max: 2
|
||||||
|
redirect_from:
|
||||||
|
- /release-notes/docker-swarm/
|
||||||
---
|
---
|
||||||
|
|
||||||
## 1.2.6 (2017-01-17)
|
## 1.2.6 (2017-01-17)
|
Loading…
Reference in New Issue