Skip to content

Commit 0dd4b0e

Browse files
committed
generated 6.0.1 build
1 parent 8b110c2 commit 0dd4b0e

File tree

7 files changed

+40
-32
lines changed

7 files changed

+40
-32
lines changed

dist/index.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">
77
<title>RapiDoc</title>
8+
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,600&display=swap" rel="stylesheet">
89
</head>
910

1011
<body>
@@ -20,10 +21,13 @@
2021
-->
2122
<rapi-doc
2223
id="thedoc"
23-
spec-url="./specs/petstore_extended.yaml"
24-
theme="light"
24+
spec-url="./specs/bitbucket.json"
25+
theme="dark"
2526
allow-api-list-style-selection = "false"
2627
render-style = 'read'
28+
regular-font = 'Open Sans'
29+
schema-style = 'table'
30+
schema-expand-level = "3"
2731
default-schema-tab = "model"
2832
> </rapi-doc>
2933

dist/index.html.gz

97 Bytes
Binary file not shown.

dist/rapidoc-min.js

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

dist/rapidoc-min.js.gz

708 Bytes
Binary file not shown.

dist/report.html

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

docs/rapidoc-min.js

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

index.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">
77
<title>RapiDoc</title>
8+
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,600&display=swap" rel="stylesheet">
89
</head>
910

1011
<body>
@@ -20,10 +21,13 @@
2021
-->
2122
<rapi-doc
2223
id="thedoc"
23-
spec-url="./specs/petstore_extended.yaml"
24-
theme="light"
24+
spec-url="./specs/bitbucket.json"
25+
theme="dark"
2526
allow-api-list-style-selection = "false"
2627
render-style = 'read'
28+
regular-font = 'Open Sans'
29+
schema-style = 'table'
30+
schema-expand-level = "3"
2731
default-schema-tab = "model"
2832
> </rapi-doc>
2933

0 commit comments

Comments
 (0)