1
0
mirror of synced 2025-12-21 02:51:29 -05:00
Files
airbyte/docs/reference/api/rapidoc-api-docs.html
2022-07-11 15:27:14 -05:00

13 lines
424 B
HTML

<!doctype html> <!-- Important: must specify -->
<html>
<head>
<meta charset="utf-8"> <!-- Important: rapi-doc uses utf8 charecters -->
<script type="module" src="https://unpkg.com/rapidoc/dist/rapidoc-min.js"></script>
</head>
<body>
<rapi-doc spec-url="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-api/src/main/openapi/config.yaml"
primary-color = "#625fff"
</rapi-doc>
</body>
</html>