Merge pull request #23777 from thaJeztah/disable-api-1.25

Temporarily disable API v1.25 docs
This commit is contained in:
Sebastiaan van Stijn 2016-06-20 14:50:03 -07:00 committed by GitHub
commit 815b2ffb41
2 changed files with 4 additions and 4 deletions

View File

@ -35,15 +35,14 @@ If you have bound the Docker daemon to a different socket path or TCP
port, you would reference that in your cURL rather than the port, you would reference that in your cURL rather than the
default. default.
The current version of the API is v1.25 which means calling `/info` is the same The current version of the API is v1.24 which means calling `/info` is the same
as calling `/v1.25/info`. To call an older version of the API use as calling `/v1.24/info`. To call an older version of the API use
`/v1.24/info`. `/v1.23/info`.
Use the table below to find the API version for a Docker version: Use the table below to find the API version for a Docker version:
Docker version | API version | Changes Docker version | API version | Changes
----------------|------------------------------------|------------------------------------------------------ ----------------|------------------------------------|------------------------------------------------------
1.13.x | [1.25](docker_remote_api_v1.25.md) | [API changes](docker_remote_api.md#v1-25-api-changes)
1.12.x | [1.24](docker_remote_api_v1.24.md) | [API changes](docker_remote_api.md#v1-24-api-changes) 1.12.x | [1.24](docker_remote_api_v1.24.md) | [API changes](docker_remote_api.md#v1-24-api-changes)
1.11.x | [1.23](docker_remote_api_v1.23.md) | [API changes](docker_remote_api.md#v1-23-api-changes) 1.11.x | [1.23](docker_remote_api_v1.23.md) | [API changes](docker_remote_api.md#v1-23-api-changes)
1.10.x | [1.22](docker_remote_api_v1.22.md) | [API changes](docker_remote_api.md#v1-22-api-changes) 1.10.x | [1.22](docker_remote_api_v1.22.md) | [API changes](docker_remote_api.md#v1-22-api-changes)

View File

@ -3,6 +3,7 @@
title = "Remote API v1.25" title = "Remote API v1.25"
description = "API Documentation for Docker" description = "API Documentation for Docker"
keywords = ["API, Docker, rcli, REST, documentation"] keywords = ["API, Docker, rcli, REST, documentation"]
draft = true
[menu.main] [menu.main]
parent="engine_remoteapi" parent="engine_remoteapi"
weight=-6 weight=-6