bump engine API to 1.26 (#1553)

Signed-off-by: Victor Vieux <victorvieux@gmail.com>
This commit is contained in:
Victor Vieux 2017-02-08 13:18:24 -08:00 committed by John Mulhausen
parent f28ace5667
commit 80fa030ffd
5 changed files with 91 additions and 3 deletions

View File

@ -42,7 +42,8 @@ RUN svn co https://github.com/docker/docker/branches/$ENGINE_BRANCH/docs/extend
&& wget -O allv/registry/configuration.md https://raw.githubusercontent.com/docker/distribution/$DISTRIBUTION_BRANCH/docs/configuration.md \
&& rm -rf allv/apidocs/cloud-api-source \
&& rm -rf allv/tests \
&& wget -O allv/engine/api/v1.25/swagger.yaml https://raw.githubusercontent.com/docker/docker/$ENGINE_BRANCH/api/swagger.yaml \
&& wget -O allv/engine/api/v1.25/swagger.yaml https://raw.githubusercontent.com/docker/docker/v1.13.0/api/swagger.yaml \
&& wget -O allv/engine/api/v1.26/swagger.yaml https://raw.githubusercontent.com/docker/docker/$ENGINE_BRANCH/api/swagger.yaml \
&& jekyll build -s allv -d allvbuild \
&& rm -rf allvbuild/apidocs/layouts \
&& find allvbuild -type f -name '*.html' -print0 | xargs -0 sed -i 's#href="https://docs.docker.com/#href="/#g' \

View File

@ -741,12 +741,14 @@ toc:
title: Getting started
- path: /engine/api/sdks/
title: SDKs
- path: /engine/api/v1.25/
- path: /engine/api/v1.26/
title: Reference
- sectiontitle: Version history
section:
- path: /engine/api/version-history/
title: Overview
- path: /engine/api/v1.25/
title: v1.25 reference
- path: /engine/api/v1.24/
title: v1.24 reference
- path: /engine/api/v1.23/

View File

@ -544,4 +544,4 @@ $ curl --unix-socket /var/run/docker.sock\
- [Full documentation for the Python SDK.](https://docker-py.readthedocs.io)
- [Full documentation for the Go SDK.](https://godoc.org/github.com/docker/docker/client)
- [Full documentation for the HTTP API.](/engine/api/v1.25/)
- [Full documentation for the HTTP API.](/engine/api/v1.26/)

View File

@ -0,0 +1,37 @@
---
layout: null
redirect_from:
- /engine/reference/api/docker_remote_api_v1.26/
---
<!DOCTYPE html>
<html>
<head>
<title>Docker Engine API v1.26 Reference</title>
<!-- needed for adaptive design -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Reference for the API served by Docker Engine.">
<!--
ReDoc doesn't change outer page styles
-->
<style>
body {
margin: 0;
padding: 0;
}
api-logo {
background-image: linear-gradient(0deg, #15A4D7 0%, #1488C6 100%);
height: 100px;
text-align: left !important;
}
api-logo img {
width: 136px !important;
margin: 32px 0 0 50px;
}
</style>
</head>
<body>
<redoc spec-url="swagger.yaml" hide-hostname="true" suppress-warnings="true" lazy-rendering></redoc>
<script src="redoc.1.6.2.min.js"> </script>
</body>
</html>

48
engine/api/v1.26/redoc.1.6.2.min.js vendored Normal file

File diff suppressed because one or more lines are too long