Skip to content

Commit 534bf99

Browse files
committed
fixed examples
1 parent 62173fe commit 534bf99

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

docs/example6.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</style>
1818
</head>
1919
<body>
20-
<rapi-doc spec-url="https://api.apis.guru/v2/specs/bitbucket.org/2.0/swagger.json" heading-text="YouTube" >
20+
<rapi-doc spec-url="https://api.apis.guru/v2/specs/googleapis.com/youtube/v3/swagger.json" heading-text="YouTube" >
2121
<img slot="logo" src="https://img.icons8.com/color/48/000000/youtube-play.png">
2222
</rapi-doc>
2323
</body>

docs/example7.html

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,23 @@
1919
<body>
2020
<rapi-doc spec-url="https://api.apis.guru/v2/specs/bitbucket.org/2.0/swagger.json" heading-text="YouTube" >
2121
<!-- content at the top -->
22-
<p>This is an example to add external html content </li>
23-
<p>Ypu may add </li>
22+
<div style="color:orangered">
23+
<p>This is an example to add external html content</p>
24+
<p>You may add</p>
2425
<ul>
2526
<li> Table </li>
2627
<li> Text </li>
2728
<li> Images </li>
2829
<li> Links </li>
29-
<li> any HTML content </li>
30-
</ul>
31-
<!-- content at the bottom -->
32-
<p slot="footer"> This content will apear at the bottom </p>
30+
<li> </li>
31+
</ul>
32+
<p>Scroll to bottom to see the footer content</p>
33+
</div>
34+
35+
<!-- content at the bottom -->
36+
<p slot="footer" style="color:orangered" >
37+
This is an external html content
38+
</p>
3339
</rapi-doc>
3440
</body>
3541
</html>

0 commit comments

Comments
 (0)