-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
- Loading branch information
Showing
3 changed files
with
6,892 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.