Skip to content

Commit

Permalink
Deploying to gh-pages from @ ed23f06 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
violog committed Jun 12, 2024
1 parent dbb3092 commit 299e7b9
Show file tree
Hide file tree
Showing 5 changed files with 947 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.
33 changes: 33 additions & 0 deletions index.hbs
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf8" />
<title>decentralized-auth-svc 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">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-135426962-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date(), { 'anonymize_ip': true });
gtag('config', 'UA-135426962-1', { 'anonymize_ip': true });
</script>
</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>decentralized-auth-svc | 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 299e7b9

Please sign in to comment.