-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.html
More file actions
29 lines (28 loc) · 849 Bytes
/
docs.html
File metadata and controls
29 lines (28 loc) · 849 Bytes
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>Open Education API Reference Documentation</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
body {
margin: 0;
padding: 0;
}
.menu-content img {
padding: 24px;
}
</style>
</head>
<body>
<redoc
spec-url="spec.yaml"
expand-responses="200,303"
json-sample-expand-level="all"
disable-search
hide-hostname
></redoc>
<!-- <script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"></script> -->
<!-- <script src="https://cdn.jsdelivr.net/npm/redoc@latest/bundles/redoc.standalone.js"></script> -->
<script src="https://cdn.redoc.ly/redoc/v2.0.0-rc.77/bundles/redoc.standalone.js"></script>
</body>
</html>