-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (29 loc) · 942 Bytes
/
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
<!doctype html>
<html>
<head>
<title>sxcu.net – API Documentation</title>
<meta charset="utf-8">
<script type="module" src="https://sxcu.net/assets/js/rapidoc.min.js"></script>
<style>
rapi-doc::part(schema-tree) {
display: none;
}
</style>
</head>
<body>
<rapi-doc
spec-url="https://sxcu.net/api/docs/swagger.json"
theme = 'dark'
show-header = 'false'
allow-authentication ='false'
allow-server-selection = 'false'
render-style = "focused"
primary-color = "#7B0099"
allow-try = "false"
info-description-headings-in-navbar = "true"
regular-font = "Whitney,Helvetica Neue,Helvetica,Arial,sans-serif"
schema-style = "table"
fill-request-fields-with-example = "false"
></rapi-doc>
</body>
</html>