resotre image and use yml instead of json

This commit is contained in:
Roman Hotsiy 2016-03-31 19:40:32 +03:00
parent cd52d81b46
commit 84a9a5c520
2 changed files with 2 additions and 2 deletions

View File

@ -9,12 +9,12 @@
<nav>
<header> ReDoc </header>
<form id="schema-url-form">
<input id="schema-url-input" value='http://rebilly.github.io/SwaggerTemplateRepo/swagger.json'>
<input id="schema-url-input" value='http://rebilly.github.io/SwaggerTemplateRepo/swagger.yaml'>
<button type="submit"> Explore </button>
</form>
</nav>
<redoc scroll-y-offset="body > nav" spec-url='http://rebilly.github.io:80/SwaggerTemplateRepo/swagger.json'></redoc>
<redoc scroll-y-offset="body > nav" spec-url='http://rebilly.github.io:80/SwaggerTemplateRepo/swagger.yaml'></redoc>
<!-- ReDoc built file with all dependencies included -->
<script src="main.js"> </script>

BIN
demo/petstore-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB