1
0
mirror of synced 2025-12-19 18:14:56 -05:00
Files
airbyte/docs/reference/api/rapidoc-api-docs.html
Marius Posta 1ab6cfed9b docs: move airbyte api yaml from CDK to docs (#36616)
Follows up on #36610

We don't want the docs to depend on a file located in the java CDK that the java CDK doesn't even use.
2024-03-30 05:30:49 -07:00

13 lines
414 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/docs/reference/api/config.yaml"
primary-color = "#625fff"
</rapi-doc>
</body>
</html>