redoc/lib/components/Redoc/redoc.html

18 lines
549 B
HTML
Raw Normal View History

2015-12-26 20:44:39 +03:00
<div class="redoc-wrap">
2015-12-27 00:12:10 +03:00
<sticky-sidebar [scrollParent]="scrollParent" [scrollYOffset]="options.scrollYOffset">
2015-12-26 20:44:39 +03:00
<api-logo> </api-logo>
<side-menu> </side-menu>
</sticky-sidebar>
<div id="api-content">
<api-info> </api-info>
<methods-list> </methods-list>
<footer>
<div class="powered-by-badge">
<a href="https://github.com/Rebilly/ReDoc" title="Swagger-generated API Reference Documentation" target="_blank">
Powered by <strong>ReDoc</strong>
</a>
</div>
</footer>
2015-12-24 18:33:12 +03:00
</div>
2015-12-26 20:44:39 +03:00
</div>