Skip to content

Commit 15fdad4

Browse files
committed
added support for dynamic form parameters
1 parent e5e25f4 commit 15fdad4

16 files changed

+2309
-724
lines changed

dist/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
https://assets.zuora.com/zuora-documentation/swagger.yaml <<< Large spec with lot of markdown
1919
./specs/petstore_anyof.yaml <<< contains complex one-of with inline primitives and recursive objects
2020
./specs/oneof1.yaml <<< nested oneof
21-
-->
21+
2222
2323
<rapi-doc
2424
id = "thedoc"
@@ -31,7 +31,9 @@
3131
api-key-value = "my-password"
3232
server-url="http://192.168.7.32:8080"
3333
> </rapi-doc>
34+
-->
3435

36+
<rapi-doc spec-url="./specs/dynamic-form-params.yaml" render-style='read' allow-server-selection="false" allow-authentication="false"> </rapi-doc>
3537

3638
<!--
3739
<rapi-doc

dist/index.html.gz

53 Bytes
Binary file not shown.

dist/rapidoc-min.js

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

dist/rapidoc-min.js.gz

291 Bytes
Binary file not shown.

dist/rapidoc-min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rapidoc-min.js.map.gz

0 Bytes
Binary file not shown.

dist/report.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+
<style>
17+
rapi-doc{
18+
width:100%;
19+
}
20+
</style>
21+
</head>
22+
<body>
23+
<rapi-doc spec-url="../specs/dynamic-form-params.yaml" render-style='read' allow-server-selection="false" allow-authentication="false"> </rapi-doc>
24+
</body>
25+
</html>

docs/list.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,9 @@
215215
<tr> <td class="mono-bold">
216216
<a href="./examples/dynamic-query-params.html"> Dynamic Query Params </a>
217217
</td></tr>
218+
<tr> <td class="mono-bold">
219+
<a href="./examples/dynamic-form-params.html"> Dynamic Form Params </a>
220+
</td></tr>
218221
<tr> <td class="mono-bold">
219222
<a href="./examples/read-mode-dark.html"> Dark Read Mode </a>
220223
</td></tr>

docs/rapidoc-min.js

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

0 commit comments

Comments
 (0)