-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 26b05a8 🚀
- Loading branch information
Showing
5 changed files
with
864 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta charset="utf8" /> | ||
<title>geo-forms-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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>geo-forms-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> |
Oops, something went wrong.