Skip to content

Commit 7895da6

Browse files
committed
deploy: aa1431d
0 parents  commit 7895da6

7 files changed

Lines changed: 12841 additions & 0 deletions

File tree

.nojekyll

Whitespace-only changes.

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
docs.warframestat.us

index.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>API Reference | WarframeStatus API</title>
5+
<meta charset="utf-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1" />
7+
<link
8+
href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700"
9+
rel="stylesheet"
10+
/>
11+
<link rel="icon" type="image/png" href="./wfcd_logo_color.png" />
12+
<link href="./styles.css" rel="stylesheet" />
13+
</head>
14+
<body>
15+
<redoc spec-url="./openapi.json"></redoc>
16+
<script src="https://cdn.jsdelivr.net/npm/redoc@latest/bundles/redoc.standalone.js"></script>
17+
<script src="https://cdn.jsdelivr.net/npm/redoc-try@1.4.10/dist/try.js"></script>
18+
<script>
19+
initTry({
20+
openApi: './openapi.json',
21+
redocOptions: { scrollYOffset: 50 },
22+
});
23+
</script>
24+
</body>
25+
</html>

0 commit comments

Comments
 (0)