28 lines
655 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="#F1F2F9"
nav-bg-color="#11203D"
nav-text-color=""
nav-hover-bg-color="#1A2B4E"
nav-hover-text-color=""
nav-accent-color=""
primary-color="#3858EA"
render-style="focused"
schema-style="table"
default-schema-tab="example"
schema-expand-level="1"
schema-description-expanded="true"
layout="row"
>
</rapi-doc>
</body>
</html>