Skip to content

Commit e60ea15

Browse files
committed
upgraded packages and generated build for 7.4.1
1 parent 715edc5 commit e60ea15

File tree

12 files changed

+312
-218
lines changed

12 files changed

+312
-218
lines changed

dist/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">
77
<title>RapiDoc</title>
88
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,600&display=swap" rel="stylesheet">
9+
<link rel="stylesheet"
10+
href="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/default.min.css">
11+
<script src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
912
</head>
1013

1114
<body>
@@ -18,7 +21,6 @@
1821
https://assets.zuora.com/zuora-documentation/swagger.yaml <<< Large spec with lot of markdown
1922
./specs/petstore_anyof.yaml <<< contains complex one-of with inline primitives and recursive objects
2023
./specs/oneof1.yaml <<< nested oneof
21-
2224
-->
2325

2426
<!--

dist/index.html.gz

68 Bytes
Binary file not shown.

dist/rapidoc-min.js

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

dist/rapidoc-min.js.gz

-3.47 KB
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

-1 Bytes
Binary file not shown.

dist/report.html

Lines changed: 6 additions & 20 deletions
Large diffs are not rendered by default.

docs/examples/data-types.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
<script type='text/javascript' src='../rapidoc-min.js'></script>
1515
</head>
1616
<body>
17-
<rapi-doc id='thedoc' spec-url='../specs/data-types.yaml' theme='dark' render-style = "read" allow-try="false"> </rapi-doc>
17+
<rapi-doc id='thedoc' spec-url='../specs/data-types.yaml' theme='dark' render-style = "read" allow-try="false" schema-style="tree"> </rapi-doc>
1818
</body>
1919
</html>

docs/rapidoc-min.js

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

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">
77
<title>RapiDoc</title>
88
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,600&display=swap" rel="stylesheet">
9+
<link rel="stylesheet"
10+
href="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/default.min.css">
11+
<script src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
912
</head>
1013

1114
<body>
@@ -18,7 +21,6 @@
1821
https://assets.zuora.com/zuora-documentation/swagger.yaml <<< Large spec with lot of markdown
1922
./specs/petstore_anyof.yaml <<< contains complex one-of with inline primitives and recursive objects
2023
./specs/oneof1.yaml <<< nested oneof
21-
2224
-->
2325

2426
<!--

0 commit comments

Comments
 (0)