Skip to content

Commit ff17060

Browse files
committed
updated demo documentation
1 parent fa55d95 commit ff17060

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/examples/example2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
</style>
2323
</head>
2424
<body>
25-
<rapi-doc spec-url="https://petstore.swagger.io/v2/swagger.json" theme="dark" regular-font="Open Sans" mono-font = "Roboto Mono"> </rapi-doc>
25+
<rapi-doc spec-url="../specs/petstore_extended.yaml" theme="dark" regular-font="Open Sans" mono-font = "Roboto Mono"> </rapi-doc>
2626
</body>
2727
</html>

docs/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,8 @@ <h2> Quickstart (<a style="font-size:16px" href="./examples/example2.html">DEMO<
272272
&lt;/head&gt;
273273
&lt;body&gt;
274274
&lt;rapi-doc
275-
spec-url="https://api.apis.guru/v2/specs/bitbucket.org/2.0/swagger.json"
275+
spec-url="https://raw.githubusercontent.com/mrin9/RapiDoc/master/docs/specs/petstore_extended.yaml"
276+
theme = "dark"
276277
&gt; &lt;/rapi-doc&gt;
277278
&lt;/body&gt;
278279
&lt;/html&gt;

0 commit comments

Comments
 (0)