mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-11 11:26:37 +03:00
18 lines
567 B
HTML
18 lines
567 B
HTML
<div class="redoc-wrap">
|
|
<div class="menu-content" sticky-sidebar [scrollParent]="scrollParent" [scrollYOffset]="options.scrollYOffset">
|
|
<api-logo> </api-logo>
|
|
<side-menu> </side-menu>
|
|
</div>
|
|
<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>
|
|
</div>
|
|
</div>
|