Merge pull request #855 from docker/ucp-ref-json

ucp 3.1 reference json updated
This commit is contained in:
Justin I. Nevill 2018-11-06 12:49:11 -05:00 committed by GitHub
commit ac3937a7bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 17430 additions and 64691 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2,31 +2,15 @@
<html>
<head>
<meta charset="UTF-8">
<title>Universal Control Plane API Documentation</title>
<link href='custom/custom.css' media='screen' rel='stylesheet' type='text/css'/>
<link href='css/typography.css' media='screen' rel='stylesheet' type='text/css'/>
<link href='css/reset.css' media='screen' rel='stylesheet' type='text/css'/>
<link href='css/screen.css' media='screen' rel='stylesheet' type='text/css'/>
<link href='css/reset.css' media='print' rel='stylesheet' type='text/css'/>
<link href='css/print.css' media='print' rel='stylesheet' type='text/css'/>
<script src='lib/jquery-1.8.0.min.js' type='text/javascript'></script>
<script src='lib/jquery.slideto.min.js' type='text/javascript'></script>
<script src='lib/jquery.wiggle.min.js' type='text/javascript'></script>
<script src='lib/jquery.ba-bbq.min.js' type='text/javascript'></script>
<script src='lib/handlebars-2.0.0.js' type='text/javascript'></script>
<script src='lib/underscore-min.js' type='text/javascript'></script>
<script src='lib/backbone-min.js' type='text/javascript'></script>
<script src='swagger-ui.min.js' type='text/javascript'></script>
<script src='lib/highlight.7.3.pack.js' type='text/javascript'></script>
<script src='lib/marked.js' type='text/javascript'></script>
<script src='lib/swagger-oauth.js' type='text/javascript'></script>
<script src='main.js' type='text/javascript'></script>
<title>Docker Universal Control Plane API Documentation</title>
<link rel="stylesheet" type="text/css" href="./swagger-ui.css" >
</head>
<body class="swagger-section">
<div id="swagger-ui-container" class="swagger-ui-wrap"></div>
<body>
<div id="swagger-ui"></div>
<script src="./swagger-ui-bundle.js"> </script>
<script src="./swagger-ui-standalone-preset.js"> </script>
<script src="./main.js"> </script>
</body>
</html>

View File

@ -1,7 +1,7 @@
---
description: Learn how to use the Universal Control Plane REST API
keywords: ucp, api, reference
title: Universal Control Plane 3.0 API
title: Universal Control Plane 3.1 API
---
<div class="swagger-section">

File diff suppressed because one or more lines are too long

View File

@ -1,25 +0,0 @@
403c403
< var fragments = $.param.fragment().split('/');
---
> var fragments = location.hash.substring(1).split('/');
413c413
< $("#"+dom_id).slideto({highlight: false});
---
> //$("#"+dom_id).slideto({highlight: false});
421c421
< $("#"+dom_id).slideto({highlight: false});
---
> //$("#"+dom_id).slideto({highlight: false});
429c429
< $('#'+li_dom_id).slideto({highlight: false});
---
> //$('#'+li_dom_id).slideto({highlight: false});
31936c31936
< $.bbq.pushState('#/', 2);
---
> //$.bbq.pushState('#/', 2);
32269c32269
< });}).call(this);
\ No newline at end of file
---
> });}).call(this);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long