Skip to content

Commit 6bbe419

Browse files
committed
Releasing verison 1.0.0
1 parent ca5c08c commit 6bbe419

File tree

6 files changed

+14
-8
lines changed

6 files changed

+14
-8
lines changed

dist/index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@
1313
<!--
1414
https://api.apis.guru/v2/specs/github.com/v3/swagger.json
1515
https://api.apis.guru/v2/specs/bitbucket.org/2.0/swagger.json
16-
-->
16+
1717
<button onclick="changeAttr('heading-text')"> Change Heading Text </button>
1818
<button onclick="changeLayout()"> Change Layout </button>
1919
<button onclick="toggleAttr('show-header')"> Toggle Header </button>
2020
<button onclick="toggleAttr('body-padding')"> Toggle Padding </button>
2121
<button onclick="toggleTheme()"> Toggle Theme </button>
22+
2223
<script>
2324
2425
function getRapiDoc(){
@@ -53,6 +54,7 @@
5354
5455
5556
</script>
57+
-->
5658
<!--
5759
<rapi-doc id = "thedoc" spec-url="https://api.apis.guru/v2/specs/bitbucket.org/2.0/swagger.json"
5860
heading-text="My Product"
@@ -66,7 +68,8 @@
6668
>
6769
</rapi-doc>
6870
-->
69-
<rapi-doc id = "thedoc" spec-url="https://api.apis.guru/v2/specs/bitbucket.org/2.0/swagger.json"
71+
<rapi-doc
72+
id = "thedoc" spec-url="https://api.apis.guru/v2/specs/bitbucket.org/2.0/swagger.json"
7073
theme="dark"
7174
></rapi-doc>
7275
<script type="text/javascript" src="rapidoc-min.js"></script></body>

dist/rapidoc-min.js

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

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

0 commit comments

Comments
 (0)