Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ad06540

Browse files
vieuxMisty Stanley-Jones
authored andcommitted
bump api to 1.27 (docker#2461)
* bump api to 1.27 Signed-off-by: Victor Vieux <[email protected]>
1 parent 38481b0 commit ad06540

File tree

5 files changed

+89
-5
lines changed

5 files changed

+89
-5
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ RUN svn co https://github.com/docker/docker/branches/$ENGINE_BRANCH/docs/extend
3838
&& rm -rf md_source/apidocs/cloud-api-source \
3939
&& rm -rf md_source/tests \
4040
&& wget -O md_source/engine/api/v1.25/swagger.yaml https://raw.githubusercontent.com/docker/docker/v1.13.0/api/swagger.yaml \
41-
&& wget -O md_source/engine/api/v1.26/swagger.yaml https://raw.githubusercontent.com/docker/docker/$ENGINE_BRANCH/api/swagger.yaml \
41+
&& wget -O md_source/engine/api/v1.26/swagger.yaml https://raw.githubusercontent.com/docker/docker/v17.03.0-ce/api/swagger.yaml \
42+
&& wget -O md_source/engine/api/v1.27/swagger.yaml https://raw.githubusercontent.com/docker/docker/$ENGINE_BRANCH/api/swagger.yaml \
4243
&& jekyll build -s md_source -d target \
4344
&& rm -rf target/apidocs/layouts \
4445
&& find target -type f -name '*.html' -print0 | xargs -0 sed -i 's#href="https://docs.docker.com/#href="/#g' \

_data/toc.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,11 +478,13 @@ reference:
478478
- path: /engine/api/sdks/
479479
title: SDKs
480480
- path: /engine/api/v1.26/
481-
title: v1.26 Reference
481+
title: v1.27 Reference
482482
- sectiontitle: Previous API versions
483483
section:
484484
- path: /engine/api/version-history/
485485
title: Version history overview
486+
- path: /engine/api/v1.26/
487+
title: v1.26 reference
486488
- path: /engine/api/v1.25/
487489
title: v1.25 reference
488490
- path: /engine/api/v1.24/

engine/api/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,6 @@ $ curl --unix-socket /var/run/docker.sock\
542542

543543
## Next steps
544544

545-
- [Full documentation for the Python SDK.](https://docker-py.readthedocs.io)
546-
- [Full documentation for the Go SDK.](https://godoc.org/github.com/docker/docker/client)
547-
- [Full documentation for the HTTP API.](/engine/api/v1.26/)
545+
- [Full documentation for the Python SDK](https://docker-py.readthedocs.io)
546+
- [Full documentation for the Go SDK](https://godoc.org/github.com/docker/docker/client)
547+
- [Full documentation for the HTTP API](/engine/api/v1.27/)

engine/api/v1.27/index.html

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
layout: null
3+
redirect_from:
4+
- /engine/reference/api/docker_remote_api_v1.27/
5+
---
6+
<!DOCTYPE html>
7+
<html>
8+
<head>
9+
<title>Docker Engine API v1.27 Reference</title>
10+
<!-- needed for adaptive design -->
11+
<meta name="viewport" content="width=device-width, initial-scale=1">
12+
<meta name="description" content="Reference for the API served by Docker Engine.">
13+
<meta charset="utf-8"/>
14+
<!--
15+
ReDoc doesn't change outer page styles
16+
-->
17+
<style>
18+
body {
19+
margin: 0;
20+
padding: 0;
21+
}
22+
api-logo {
23+
background-image: linear-gradient(0deg, #15A4D7 0%, #1488C6 100%);
24+
height: 100px;
25+
text-align: left !important;
26+
}
27+
api-logo img {
28+
width: 136px !important;
29+
margin: 32px 0 0 50px;
30+
}
31+
</style>
32+
</head>
33+
<body>
34+
<redoc spec-url="swagger.yaml" hide-hostname="true" suppress-warnings="true" lazy-rendering></redoc>
35+
<script src="redoc.1.11.0.min.js"> </script>
36+
</body>
37+
</html>

engine/api/v1.27/redoc.1.11.0.min.js

Lines changed: 44 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)