Skip to content

Commit 0ca220e

Browse files
Update openapi docs from 811c448
1 parent db74da8 commit 0ca220e

2 files changed

Lines changed: 19479 additions & 0 deletions

File tree

openapi/index.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
2+
<!doctype html>
3+
<html>
4+
5+
<head>
6+
<title>Scalar API Reference</title>
7+
<meta charset="utf-8" />
8+
<meta name="viewport" content="width=device-width, initial-scale=1" />
9+
</head>
10+
11+
<body>
12+
<div id="app"></div>
13+
14+
<!-- Load the Script -->
15+
<script src="https://cdn.jsdelivr.net/npm/@scalar/api-reference"></script>
16+
17+
<!-- Initialize the Scalar API Reference -->
18+
<script>
19+
Scalar.createApiReference('#app', [
20+
{
21+
"title": "Cloud Foundry V3 (CAPI latest)",
22+
"slug": "cf-api-latest",
23+
"url": "latest/openapi.yaml",
24+
"default": true
25+
}
26+
])
27+
</script>
28+
</body>
29+
30+
</html>

0 commit comments

Comments
 (0)