openapi yml creation
This commit is contained in:
parent
f56200eb53
commit
15ab7017a9
2
.gitignore
vendored
2
.gitignore
vendored
@ -127,3 +127,5 @@ _modules/*
|
|||||||
/public/.htaccess
|
/public/.htaccess
|
||||||
|
|
||||||
.serena/
|
.serena/
|
||||||
|
|
||||||
|
.claude/
|
||||||
3287
docs/openapi.yaml
Normal file
3287
docs/openapi.yaml
Normal file
File diff suppressed because it is too large
Load Diff
17
public/docs.html
Normal file
17
public/docs.html
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
<!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>Elements in HTML</title>
|
||||||
|
<!-- Embed elements Elements via Web Component -->
|
||||||
|
<script src="https://unpkg.com/@stoplight/elements/web-components.min.js"></script>
|
||||||
|
<link rel="stylesheet" href="https://unpkg.com/@stoplight/elements/styles.min.css">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<elements-api apiDescriptionUrl="openapi.yaml" router="hash" layout="sidebar" />
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
3287
public/openapi.yaml
Normal file
3287
public/openapi.yaml
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user