-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a test page for the scalar swagger doc renderer
- Loading branch information
1 parent
266a441
commit a6cf823
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |