mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-03 12:02:53 +00:00
fix: type errors in easy-ast when generating docs
This commit is contained in:
committed by
Rainer Killinger
parent
4fb5941c56
commit
57a5b6061b
@@ -4,8 +4,9 @@
|
||||
<title>OpenStApps API</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="preconnect" href="https://fonts.bunny.net" />
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700"
|
||||
href="https://fonts.bunny.net/css?family=montserrat:300,400,700|roboto:300,400,700"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<!-- Redoc doesn't change outer page styles -->
|
||||
@@ -17,7 +18,7 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<redoc spec-url="openapi.json"></redoc>
|
||||
<redoc spec-url="./openapi.json"></redoc>
|
||||
<script src="https://cdn.redoc.ly/redoc/latest/bundles/redoc.standalone.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user