Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: openapi version link #4286

Merged
merged 1 commit into from
Jun 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions resources/openapi/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Openapi

### .version files
The `*.version` files contain the path for the `version.json` file that will be used by the openapi publish workflow to
get the context api version to be published to github pages.
1 change: 1 addition & 0 deletions resources/openapi/control-api.version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
extensions/common/api/control-api-configuration/src/main/resources/version.json
1 change: 1 addition & 0 deletions resources/openapi/management-api.version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
extensions/common/api/management-api-configuration/src/main/resources/version.json
1 change: 1 addition & 0 deletions resources/openapi/observability-api.version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
extensions/common/api/api-observability/src/main/resources/version.json
1 change: 1 addition & 0 deletions resources/openapi/sts-api.version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
extensions/common/iam/identity-trust/identity-trust-sts/identity-trust-sts-api/src/main/resources/version.json
1 change: 1 addition & 0 deletions resources/openapi/version-api.version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
extensions/common/api/version-api/src/main/resources/version.json
Loading