Browse code

Temporarily disable API v1.25 docs

The docs are currently published from "master" for the RC,
so hiding v1.25 API, which is for docker 1.13

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2016/06/21 05:50:00
Showing 2 changed files
... ...
@@ -35,15 +35,14 @@ If you have bound the Docker daemon to a different socket path or TCP
35 35
 port, you would reference that in your cURL rather than the
36 36
 default.
37 37
 
38
-The current version of the API is v1.25 which means calling `/info` is the same
39
-as calling `/v1.25/info`. To call an older version of the API use
40
-`/v1.24/info`.
38
+The current version of the API is v1.24 which means calling `/info` is the same
39
+as calling `/v1.24/info`. To call an older version of the API use
40
+`/v1.23/info`.
41 41
 
42 42
 Use the table below to find the API version for a Docker version:
43 43
 
44 44
 Docker version  | API version                        | Changes
45 45
 ----------------|------------------------------------|------------------------------------------------------
46
-1.13.x          | [1.25](docker_remote_api_v1.25.md) | [API changes](docker_remote_api.md#v1-25-api-changes)
47 46
 1.12.x          | [1.24](docker_remote_api_v1.24.md) | [API changes](docker_remote_api.md#v1-24-api-changes)
48 47
 1.11.x          | [1.23](docker_remote_api_v1.23.md) | [API changes](docker_remote_api.md#v1-23-api-changes)
49 48
 1.10.x          | [1.22](docker_remote_api_v1.22.md) | [API changes](docker_remote_api.md#v1-22-api-changes)
... ...
@@ -3,6 +3,7 @@
3 3
 title = "Remote API v1.25"
4 4
 description = "API Documentation for Docker"
5 5
 keywords = ["API, Docker, rcli, REST,  documentation"]
6
+draft = true
6 7
 [menu.main]
7 8
 parent="engine_remoteapi"
8 9
 weight=-6