Deploying to gh-pages from @ 6fd9b28962 🚀

This commit is contained in:
gosticks 2020-11-13 22:35:04 +00:00
parent d8eba4c842
commit 6c003e18fc
3 changed files with 3324 additions and 0 deletions

3300
api.json Normal file

File diff suppressed because it is too large Load Diff

BIN
favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 716 B

24
index.html Normal file
View File

@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>
<head>
<title>API Reference | ReDoc</title>
<!-- needed for adaptive design -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/png" href="favicon.png" />
<!--
ReDoc uses font options from the parent element
So override default browser styles
-->
<style>
body {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<redoc spec-url="./api.json"></redoc>
<script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"></script>
</body>
</html>