Skip to content

Instantly share code, notes, and snippets.

@rscarrera27
Created December 26, 2019 05:49
Show Gist options
  • Save rscarrera27/01fb6a32666a6065e849ed75fd3c4fad to your computer and use it in GitHub Desktop.
Save rscarrera27/01fb6a32666a6065e849ed75fd3c4fad to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>ReDoc</title>
<!-- needed for adaptive design -->
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--
ReDoc doesn't change outer page styles
-->
<style>
body {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<redoc spec-url='swagger.yaml'></redoc>
<script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"> </script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment