Skip to content

Commit

Permalink
Add API reference
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
  • Loading branch information
bfirsh committed Nov 2, 2016
1 parent ddedf01 commit 21c4a74
Show file tree
Hide file tree
Showing 3 changed files with 6,892 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _data/toc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,7 @@ toc:
title: Getting Started
- path: /api/sdks/
title: SDKs
- path: https://bfirsh.github.io/docker-api-reference/
- path: /api/reference/v1.25/
title: API Reference
- sectiontitle: Component Projects
section:
Expand Down
35 changes: 35 additions & 0 deletions api/reference/v1.25/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
layout: null
---
<!DOCTYPE html>
<html>
<head>
<title>Docker Remote API v1.25 Reference</title>
<!-- needed for adaptive design -->
<meta name="viewport" content="width=device-width, initial-scale=1">

<!--
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"></redoc>
<script src="https://rebilly.github.io/ReDoc/releases/latest/redoc.min.js"> </script>
</body>
</html>
Loading

0 comments on commit 21c4a74

Please sign in to comment.