From ddb465f65e5600a892f53977a55152dcda3c9454 Mon Sep 17 00:00:00 2001 From: MitchWijt Date: Thu, 2 Feb 2023 09:45:21 +0100 Subject: [PATCH] chore: improve description Signed-off-by: MitchWijt --- microsite/data/plugins/graphql-voyager.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsite/data/plugins/graphql-voyager.yaml b/microsite/data/plugins/graphql-voyager.yaml index 0bb56fb469..c6ebf5e412 100644 --- a/microsite/data/plugins/graphql-voyager.yaml +++ b/microsite/data/plugins/graphql-voyager.yaml @@ -3,7 +3,7 @@ title: GraphQL Voyager author: PostNL authorUrl: https://github.com/postnl category: Debugging -description: Integrates the GraphQL Voyager tool inside Backstage. +description: Integrates the GraphQL Voyager tool inside Backstage as a plugin. documentation: https://github.com/backstage/backstage/tree/master/plugins/graphql-voyager iconUrl: https://res.cloudinary.com/apideck/image/upload/v1612724234/icons/graphql-voyager.png npmPackageName: '@backstage/plugin-graphql-voyager'