1
0
mirror of synced 2025-12-25 02:09:19 -05:00

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.
This commit is contained in:
Marius Posta
2024-03-30 05:30:49 -07:00
committed by GitHub
parent 4a661bb816
commit 1ab6cfed9b
2 changed files with 1 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -5,7 +5,7 @@
<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-cdk/java/airbyte-cdk/airbyte-api/src/main/openapi/config.yaml"
<rapi-doc spec-url="https://raw.githubusercontent.com/airbytehq/airbyte/master/docs/reference/api/config.yaml"
primary-color = "#625fff"
</rapi-doc>
</body>