From 5755b22481e8bf343cea3bb1612780b5e6a77a98 Mon Sep 17 00:00:00 2001 From: Taras Mankovski Date: Fri, 20 Oct 2023 15:50:52 -0400 Subject: [PATCH] Removed links and changed the name --- catalog-info.yaml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index 137f55ccc..fdecdaad7 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -1,7 +1,7 @@ apiVersion: backstage.io/v1alpha1 kind: Component metadata: - name: demo + name: backstage-demo description: An example deployment of a Backstage application. annotations: github.com/project-slug: backstage/demo @@ -17,16 +17,11 @@ kind: API metadata: name: demo-graphql description: GraphQL Backend Plugin - links: - - title: GraphQL Backend Plugin - url: https://github.com/thefrontside/playhouse/tree/main/plugins/graphql-backend#graphql-backend - - title: GraphQL Catalog Schema - url: https://github.com/thefrontside/playhouse/tree/main/plugins/graphql-backend-module-catalog#graphql-backend-catalog-module - - title: Schema Directives Docs - url: https://github.com/thefrontside/HydraphQL spec: type: graphql lifecycle: production owner: backstage/maintainers + apiConsumedBy: + - backstage-demo definition: $text: https://demo.backstage.io/api/graphql/schema \ No newline at end of file