-
Notifications
You must be signed in to change notification settings - Fork 298
/
Copy pathmongo.html
33 lines (32 loc) · 1.02 KB
/
mongo.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
32
33
<!doctype html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-132775238-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-132775238-1');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">
<script type="module" src="../rapidoc-min.js"></script>
</head>
<body>
<!--
<rapi-doc id="thedoc"
spec-url = "../specs/mongo.yaml"
allow-authentication = "false"
show-header="false"
show-info="false"
allow-server-selection="false"
render-style = "focused"
sort-tags = "true"
primary-color="#f54c47"
show-components = "true"
> </rapi-doc>
-->
<json-schema-viewer id="thedoc" spec-url = "../specs/mongo.yaml" ></json-schema-viewer>
</body>
</html>