Skip to content

Commit

Permalink
[BOT] [SKIP-GH-PAGES] Add index.html for new swagger.yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
blockscout-bot committed Sep 9, 2024
1 parent 6295605 commit 472e649
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions services/smart-contract-verifier/hosted_versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
ddbed8fa
22a3717e
main
v1.9.0
19 changes: 19 additions & 0 deletions services/smart-contract-verifier/v1.9.0/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!-- HTML for static distribution bundle build -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>smart-contract-verifier</title>
<link rel="stylesheet" type="text/css" href="/swaggers/dist/swagger-ui.css" />
<link rel="stylesheet" type="text/css" href="/swaggers/dist/index.css" />
<link rel="icon" type="image/png" href="/swaggers/dist/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="/swaggers/dist/favicon-16x16.png" sizes="16x16" />
</head>

<body>
<div id="swagger-ui"></div>
<script src="/swaggers/dist/swagger-ui-bundle.js" charset="UTF-8"> </script>
<script src="/swaggers/dist/swagger-ui-standalone-preset.js" charset="UTF-8"> </script>
<script src="/swaggers/dist/swagger-initializer.js" charset="UTF-8"> </script>
</body>
</html>

0 comments on commit 472e649

Please sign in to comment.