Skip to content

Commit af866cb

Browse files
Misty Stanley-JonesMisty Stanley-Jones
authored andcommitted
Add v1.30 of the API
1 parent 20f8f8f commit af866cb

3 files changed

Lines changed: 83 additions & 2 deletions

File tree

_data/toc.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -503,12 +503,14 @@ reference:
503503
title: Get started
504504
- path: /engine/api/sdks/
505505
title: SDKs
506-
- path: /engine/api/v1.29/
507-
title: v1.29 Reference
506+
- path: /engine/api/v1.30/
507+
title: v1.30 Reference
508508
- sectiontitle: Previous API versions
509509
section:
510510
- path: /engine/api/version-history/
511511
title: Version history overview
512+
- path: /engine/api/v1.29/
513+
title: v1.29 Reference
512514
- path: /engine/api/v1.28/
513515
title: v1.28 reference
514516
- path: /engine/api/v1.27/

engine/api/v1.30/index.html

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

0 commit comments

Comments
 (0)