Skip to content

Commit

Permalink
feat(uit): backstage links
Browse files Browse the repository at this point in the history
  • Loading branch information
tkurzydym committed Apr 23, 2024
1 parent e9a7dff commit 7ef0ad6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions backstage/examples/address-validation-service/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"kind": "Component",
"metadata": {
"name": "address-validation-service",
"links": [{
"url": "http://address-validation.ok-cluster.azure.cloud.openknowledge.services/webjars/swagger-ui/index.html",
"title": "Customer Service"
}],
"annotations": {
"backstage.io/managed-by-origin-location": "url:http://localhost:9080/service-repository/api/backstage/catalog-info.yaml",
"backstage.io/managed-by-location": "url:http://localhost:9080/service-repository/api/backstage/catalog-info.yaml"
Expand Down
4 changes: 4 additions & 0 deletions backstage/examples/billing-service/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"kind": "Component",
"metadata": {
"name": "billing-service",
"links": [{
"url": "http://billing.ok-cluster.azure.cloud.openknowledge.services/webjars/swagger-ui/index.html",
"title": "Customer Service"
}],
"annotations": {
"backstage.io/managed-by-origin-location": "url:http://localhost:9080/service-repository/api/backstage/catalog-info.yaml",
"backstage.io/managed-by-location": "url:http://localhost:9080/service-repository/api/backstage/catalog-info.yaml"
Expand Down
2 changes: 1 addition & 1 deletion backstage/examples/customer-service/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"metadata": {
"name": "customer-service",
"links": [{
"url": "http://customer.ok-cluster.azure.cloud.openknowledge.services/customers",
"url": "http://customer.ok-cluster.azure.cloud.openknowledge.services/webjars/swagger-ui/index.html",
"title": "Customer Service"
}],
"annotations": {
Expand Down
4 changes: 4 additions & 0 deletions backstage/examples/delivery-service/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"kind": "Component",
"metadata": {
"name": "delivery-service",
"links": [{
"url": "http://delivery.ok-cluster.azure.cloud.openknowledge.services/webjars/swagger-ui/index.html",
"title": "Customer Service"
}],
"annotations": {
"backstage.io/managed-by-origin-location": "url:http://localhost:9080/service-repository/api/backstage/catalog-info.yaml",
"backstage.io/managed-by-location": "url:http://localhost:9080/service-repository/api/backstage/catalog-info.yaml"
Expand Down

0 comments on commit 7ef0ad6

Please sign in to comment.