-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
30 lines (30 loc) · 1.04 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Karbon API Reference - v3</title>
<script type="module" src="https://unpkg.com/rapidoc/dist/rapidoc-min.js"></script>
<link rel="icon" href="./favicon.ico">
</head>
<body>
<rapi-doc spec-url = "./KarbonAPI.json"
theme = "light"
header-color = "#000000"
nav-bg-color = "#000000"
primary-color = "#EE7F73"
allow-try = "false"
allow-server-selection = "true"
allow-authentication = "true"
schema-description-expanded = "true"
sort-endpoints-by = "path"
render-style = "read"
layout = "row"
show-curl-before-try = "true"
allow-spec-file-load = "false"
allow-spec-url-load = "false"
allow-spec-file-download= "true"
>
<img slot ="logo" src = "img/dev-center-logo-white.svg" style="padding: 20px; width:275px; height:40px"/>
</rapi-doc>
</body>
</html>