Skip to content

Commit

Permalink
Deploying to gh-pages from @ abc9600 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
napalmpapalam committed Dec 16, 2023
1 parent 082fbbd commit ebd0461
Show file tree
Hide file tree
Showing 5 changed files with 638 additions and 0 deletions.
Binary file added favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions index.hbs
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf8" />
<title>Rarime Dashboard Link Service Documentation</title>
<!-- needed for adaptive design -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
padding: 0;
margin: 0;
}
</style>
{{{redocHead}}}
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700" rel="stylesheet">
<link rel="icon" data-react-helmet="true" href="https://tokend.io/images/icon.png">
</head>

<body>
{{{redocHTML}}}
</body>

</html>
32 changes: 32 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<title>Rarime Dashboard Link Service | ReDoc</title>
<!-- needed for adaptive design -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="favicon.png">

<!--
ReDoc uses font options from the parent element
So override default browser styles
-->
<style>
body {
margin: 0;
padding: 0;
}
</style>

</head>
<body>
<div id="redoc_container"></div>
<script src="https://cdn.jsdelivr.net/npm/redoc/bundles/redoc.standalone.js"></script>
<script>
Redoc.init(
'./openapi.json',
{"theme":{"colors":{"primary":{"main":"#32329f"}}}},
document.getElementById("redoc_container")
);
</script>
</body>
</html>
Loading

0 comments on commit ebd0461

Please sign in to comment.