mirror of
				https://github.com/Redocly/redoc.git
				synced 2025-11-04 01:37:32 +03:00 
			
		
		
		
	- 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>
 |