Skip to content

Commit

Permalink
docs: move airbyte api yaml from CDK to docs (#36616)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
postamar authored Mar 30, 2024
1 parent 4a661bb commit 1ab6cfe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/reference/api/rapidoc-api-docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 1ab6cfe

Please sign in to comment.