Files
Atay-Makhzan/templates/swagger/ui.tmpl
T

15 lines
593 B
Handlebars
Raw Normal View History

2017-05-02 15:35:59 +02:00
<!DOCTYPE html>
<html lang="en">
2020-01-14 19:02:08 +01:00
<head>
<title>Gitea API</title>
2026-03-29 12:24:30 +02:00
<link href="{{AssetURI "css/swagger.css"}}" rel="stylesheet">
2020-01-14 19:02:08 +01:00
</head>
<body>
{{/* TODO: add Help & Glossary to help users understand the API, and explain some concepts like "Owner" */}}
<a class="swagger-back-link" href="{{AppSubUrl}}/">{{svg "octicon-reply"}}{{ctx.Locale.Tr "return_to_gitea"}}</a>
<div id="swagger-ui" data-source="{{AppSubUrl}}/swagger.{{.APIJSONVersion}}.json"></div>
2025-07-04 19:03:22 +08:00
<footer class="page-footer"></footer>
2026-03-29 12:24:30 +02:00
<script type="module" src="{{AssetURI "js/swagger.js"}}"></script>
2020-01-14 19:02:08 +01:00
</body>
2017-05-02 15:35:59 +02:00
</html>