mirror of
https://github.com/strapi/strapi.git
synced 2025-07-15 13:02:42 +00:00
29 lines
676 B
HTML
29 lines
676 B
HTML
![]() |
<!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"
|
||
|
>
|
||
|
</rapi-doc>
|
||
|
</body>
|
||
|
</html>
|