32 lines
800 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet" />
<script type="module" src="https://unpkg.com/rapidoc/dist/rapidoc-min.js"></script>
</head>
<body>
<rapi-doc
spec-url="/spec.yml"
allow-server-selection="false"
show-header="false"
regular-font="Nunito"
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=""
theme="dark"
schema-style="table"
default-schema-tab="example"
schema-expand-level="1"
schema-description-expanded="true"
layout="row"
>
</rapi-doc>
</body>
</html>