mirror of
				https://github.com/Redocly/redoc.git
				synced 2025-10-30 23:37:28 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			616 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			616 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
|   <head>
 | |
|     <meta charset="UTF-8">
 | |
|     <title>ReDoc</title>
 | |
|   </head>
 | |
|   <body>
 | |
|     <redoc>
 | |
|       Loading...
 | |
|     </redoc>
 | |
| 
 | |
|     <!-- ReDoc built file with all dependencies included -->
 | |
|     <script src="dist/redoc.min.js"> </script>
 | |
|     <script>
 | |
|       window.redocError = null;
 | |
|       /* init redoc */
 | |
|       var url = window.location.search.substr(5) || 'http://rebilly.github.io/SwaggerTemplateRepo/swagger.json';
 | |
|       Redoc.init(decodeURIComponent(url), {disableLazySchemas: true}).then(function() {}, function(err) {
 | |
|         window.redocError = err;
 | |
|       });
 | |
|     </script>
 | |
|   </body>
 | |
| </html>
 |