Skip to content

Commit

Permalink
Add a test page for the scalar swagger doc renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
KarbonStuartK committed Oct 13, 2023
1 parent 266a441 commit a6cf823
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions scalar.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<head>
<title>Karbon API Reference - v3</title>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1" />
<style>
body {
margin: 0;
}
</style>
<link rel="icon" href="./favicon.ico">
</head>
<body>
<!-- Add your own OpenAPI/Swagger spec file URL here: -->
<script
id="api-reference"
data-url="./KarbonAPI.json"></script>
<script src="https://www.unpkg.com/@scalar/api-reference"></script>
</body>
</html>

0 comments on commit a6cf823

Please sign in to comment.