mirror of
https://github.com/docker/docs.git
synced 2026-03-28 23:08:49 +07:00
This is similar to the changes made in docker/docker.github.io#5607
(32958e7c60), but which appear
to didn't make their way into newer versions that were added.
The redoc JavaScript is a big file, and there's no need
to keep a separate copy for each version of the API.
This patch removes the copy per-version and moves the script
to a central location.
Size of the API directory:
before: 5.961.110 bytes (6 MB on disk)
after: 15.570 bytes (74 KB on disk)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
19 lines
596 B
HTML
19 lines
596 B
HTML
---
|
|
layout: null
|
|
---
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Docker Engine API v1.38 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.">
|
|
<meta charset="utf-8"/>
|
|
<link rel="stylesheet" type="text/css" href="/css/api-reference.css">
|
|
</head>
|
|
<body>
|
|
<redoc spec-url="swagger.yaml" hide-hostname="true" suppress-warnings="true" lazy-rendering></redoc>
|
|
<script src="/js/redoc.min.js"> </script>
|
|
</body>
|
|
</html>
|