-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (21 loc) · 1.17 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<title>Local Bluecore API page</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700" rel="stylesheet">
<!-- LIVE CSS FILE -->
<!-- <link type="text/css" rel="stylesheet" href="https://storage.googleapis.com/download/storage/v1/b/bluecore-openapi-docs/o/transactional-api%2Ftransactional_api.css?alt=media"> -->
<!-- LOCAL CSS FILE -->
<link type="text/css" rel="stylesheet" href="./apis/transactional-api/transactional_api.css">
</head>
<body>
<!-- LIVE CONFIG FILE -->
<!-- <redoc spec-url='https://storage.googleapis.com/download/storage/v1/b/bluecore-openapi-docs/o/transactional-api%2Ftransactional_api.yaml?alt=media' hide-download-button></redoc> -->
<!-- LOCAL CONFIG FILE -->
<redoc spec-url='./apis/transactional-api/transactional_api.yaml' hide-download-button></redoc>
<!-- Redoc script that parses config file and generates frontend -->
<script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"> </script>
</body>
</html>