Jelajahi Sumber

docs: re-enable API 1.25

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sebastiaan van Stijn 9 tahun lalu
induk
melakukan
2b9838eafe

+ 8 - 3
docs/reference/api/docker_remote_api.md

@@ -35,15 +35,16 @@ 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.24 which means calling `/info` is the same
-as calling `/v1.24/info`. To call an older version of the API use
-`/v1.23/info`. If a newer daemon is installed, new properties may be returned
+The current version of the API is v1.25 which means calling `/info` is the same
+as calling `/v1.25/info`. To call an older version of the API use
+`/v1.24/info`. If a newer daemon is installed, new properties may be returned
 even when calling older versions of the API.
 even when calling older versions of the API.
 
 
 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)
@@ -111,6 +112,10 @@ Running `docker rmi` emits an **untag** event when removing an image name.  The
 
 
 This section lists each version from latest to oldest.  Each listing includes a link to the full documentation set and the changes relevant in that release.
 This section lists each version from latest to oldest.  Each listing includes a link to the full documentation set and the changes relevant in that release.
 
 
+### v1.25 API changes
+
+[Docker Remote API v1.25](docker_remote_api_v1.25.md) documentation
+
 ### v1.24 API changes
 ### v1.24 API changes
 
 
 [Docker Remote API v1.24](docker_remote_api_v1.24.md) documentation
 [Docker Remote API v1.24](docker_remote_api_v1.24.md) documentation

+ 0 - 1
docs/reference/api/docker_remote_api_v1.25.md

@@ -3,7 +3,6 @@
 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