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.
13 lines
414 B
HTML
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>
|