forked from rapi-doc/RapiDoc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
performance.html
31 lines (29 loc) · 963 Bytes
/
performance.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
31
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">
<title>RapiDoc</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/default.min.css">
<script src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
</head>
<body>
<rapi-doc
id = "thedoc"
spec-url="./specs/examples.yaml"
allow-server-selection = "false"
show-header = "false"
show-info = "false"
theme = "light"
allow-try = "true"
sort-endpoints-by = "summary"
allow-api-list-style-selection = "false"
regular-font = 'Open Sans'
schema-style = 'tree'
render-style = 'read'
default-schema-tab = "model"
>
</rapi-doc>
</body>
</html>