mirror of
https://github.com/strapi/strapi.git
synced 2025-07-05 16:12:18 +00:00
29 lines
658 B
HTML
29 lines
658 B
HTML
![]() |
<!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>
|