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 Nov 28, 2024
1 parent d769212 commit eb1df91
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions services/da-indexer/hosted_versions.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
main
v0.9.0
19 changes: 19 additions & 0 deletions services/da-indexer/v0.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>BlockscoutRs Swagger</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 eb1df91

Please sign in to comment.