Some checks are pending
Docs Deploy / build_and_deploy (push) Waiting to run
Generate Docs / cli (push) Waiting to run
Generate Config Doc / cli (push) Waiting to run
Go formatting / go-formatting (push) Waiting to run
Check links / markdown-link-check (push) Waiting to run
Integration / pre-test (push) Waiting to run
Integration / test on (push) Blocked by required conditions
Integration / status (push) Blocked by required conditions
Lint / Lint Go code (push) Waiting to run
Test / test (ubuntu-latest) (push) Waiting to run
28 lines
891 B
Smarty
28 lines
891 B
Smarty
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>{{ .Title }}</title>
|
|
<link rel="stylesheet" type="text/css" href="//unpkg.com/swagger-ui-dist@3.40.0/swagger-ui.css" />
|
|
<link rel="icon" type="image/png" href="//unpkg.com/swagger-ui-dist@3.40.0/favicon-16x16.png" />
|
|
</head>
|
|
<body>
|
|
<div id="swagger-ui"></div>
|
|
|
|
<script src="//unpkg.com/swagger-ui-dist@3.40.0/swagger-ui-bundle.js"></script>
|
|
<script>
|
|
// init Swagger for faucet's openapi.json.
|
|
window.onload = function() {
|
|
window.ui = SwaggerUIBundle({
|
|
url: {{ .URL }},
|
|
dom_id: "#swagger-ui",
|
|
deepLinking: true,
|
|
layout: "BaseLayout",
|
|
});
|
|
}
|
|
</script>
|
|
</body>
|
|
</html>
|
|
Footer
|
|
© 2022 GitHub, Inc.
|
|
Footer navigation
|