You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
658 B
29 lines
658 B
<!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>
|