mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-07-04 05:15:33 +00:00
refactor: reorganize docs and aux files
This commit is contained in:
parent
0ac841e6fa
commit
7160e5adbd
9 changed files with 4 additions and 4 deletions
19
docs/index.html
Normal file
19
docs/index.html
Normal file
|
@ -0,0 +1,19 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<title>blahrs OpenAPI</title>
|
||||
|
||||
<script src="https://unpkg.com/@stoplight/elements@8.4.3/web-components.min.js" integrity="sha384-W35DIskh67eUAS9eLeaIADTiNUYyqYh+TkLKD+dSdsVHKf6K0d7ZyqRGvebsCWdD" crossorigin="anonymous"></script>
|
||||
<link rel="stylesheet" href="https://unpkg.com/@stoplight/elements@8.4.3/styles.min.css" integrity="sha384-oYu9Au1JU1Sd5Za5LYSepn+Sofm8uvVdUCxLWbJYesNAS72Y7G/gQ0pjiB6wyf1Z" crossorigin="anonymous">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<elements-api
|
||||
apiDescriptionUrl="webapi.yaml"
|
||||
router="hash"
|
||||
/>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue