Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Jan 20, 2025
0 parents commit cca013d
Show file tree
Hide file tree
Showing 56 changed files with 14,109 additions and 0 deletions.
480 changes: 480 additions & 0 deletions 404.html

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions apis.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!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">
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700" rel="stylesheet">

<!--
ReDoc doesn't change outer page styles
-->
<style>
body {
margin: 0;
padding: 0;
}
</style>
</head>

<body>
<redoc spec-url='https://namirialgroup.github.io/esp-docs/apis.yaml'></redoc>
<script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js">
</script>
</body>

</html>
Loading

0 comments on commit cca013d

Please sign in to comment.