mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-11 19:36:44 +03:00
5485df84fe
- renam DOM elements variables to start from $ - use DI for OptionsManager - move loading styles into separate CSS file - minor other refactors
18 lines
576 B
HTML
18 lines
576 B
HTML
<div class="redoc-wrap">
|
|
<div class="menu-content" sticky-sidebar [scrollParent]="options.$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>
|