29 lines
658 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<script type="module" src="https://unpkg.com/rapidoc/dist/rapidoc-min.js"></script>
</head>
<body>
<rapi-doc
spec-url="/spec.yml"
show-header="false"
bg-color="#2B303B"
text-color="#dee3ec"
nav-bg-color=""
nav-text-color=""
nav-hover-bg-color=""
nav-hover-text-color=""
nav-accent-color=""
primary-color="#3858EA"
theme="dark"
schema-style="table"
default-schema-tab="example"
schema-expand-level="1"
schema-description-expanded="true"
layout="row"
>
</rapi-doc>
</body>
</html>