Skip to content

Commit 1bc0166

Browse files
committed
Generated build for 7.4.0
1 parent 6aa80b5 commit 1bc0166

12 files changed

+43
-35
lines changed

dist/index.html

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
2222
-->
2323

24-
24+
<!--
2525
<rapi-doc
2626
id = "thedoc"
2727
spec-url = "https://petstore.swagger.io/v2/swagger.json"
@@ -31,27 +31,20 @@
3131
sort-endpoints-by = "method"
3232
response-area-height = "900px"
3333
> </rapi-doc>
34+
-->
3435

3536

36-
<!--
3737
<rapi-doc
3838
id="thedoc"
39-
spec-url="./specs/pet.yaml"
40-
theme="dark"
39+
spec-url="./specs/additional-props.yaml"
40+
theme="light"
4141
allow-api-list-style-selection = "false"
42-
render-style = "read"
42+
render-style = "view"
4343
regular-font = 'Open Sans'
4444
schema-style = 'tree'
4545
schema-expand-level = "3"
4646
default-schema-tab = "model"
47-
primary-color = "#AA8144"
48-
nav-bg-color = "#383F46"
49-
nav-text-color = "#839999"
50-
nav-hover-bg-color = "#282D3F"
51-
nav-hover-text-color = "#AA8144"
52-
nav-accent-color = "#AA8144"
5347
> </rapi-doc>
54-
-->
5548

5649
<!--
5750
<rapi-doc id = "thedoc" ></rapi-doc>

dist/index.html.gz

1.16 KB
Binary file not shown.

dist/rapidoc-min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rapidoc-min.js.gz

175 KB
Binary file not shown.

dist/rapidoc-min.js.map.gz

188 Bytes
Binary file not shown.

dist/report.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!doctype html>
2+
<head>
3+
<!-- Global site tag (gtag.js) - Google Analytics -->
4+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-132775238-1"></script>
5+
<script>
6+
window.dataLayer = window.dataLayer || [];
7+
function gtag(){dataLayer.push(arguments);}
8+
gtag('js', new Date());
9+
10+
gtag('config', 'UA-132775238-1');
11+
</script>
12+
13+
<meta charset="utf-8">
14+
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">
15+
<script type="text/javascript" src="../rapidoc-min.js"></script>
16+
</head>
17+
<body>
18+
<rapi-doc spec-url="../specs/additional-props.yaml" render-style="read" allow-server-selection="false" theme='light'> </rapi-doc>
19+
</body>
20+
</html>

docs/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
</td></tr>
9797
<tr>
9898
<td class="mono-bold">
99-
<a href="./examples/group-by-path.html"> API listing grouped by path </a>
99+
<a href="./examples/additional-props.html"> Additional Properties </a>
100100
</td>
101101
</tr>
102102
<tr>

docs/rapidoc-min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/specs/additional-props.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,7 @@ components:
5555
Name:
5656
type: string
5757
Age:
58-
description: Estimated ship date
5958
type: integer
59+
additionalProperties:
60+
type: string
61+

0 commit comments

Comments
 (0)