From b9aeb42e659670d9712d060cab841ffc4b9abb3c Mon Sep 17 00:00:00 2001 From: Kiss Miklos Date: Wed, 8 Jun 2022 13:01:11 +0200 Subject: [PATCH] update readme Signed-off-by: Kiss Miklos --- plugins/api-docs-react/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/plugins/api-docs-react/README.md b/plugins/api-docs-react/README.md index 3a8e099e11..d030aba222 100644 --- a/plugins/api-docs-react/README.md +++ b/plugins/api-docs-react/README.md @@ -1,5 +1,9 @@ # @backstage/plugin-api-docs-react +This package contains ApiDefinitionWidgets for the following projects: + +- [grpc-docs](https://github.com/gendocu-com/grpc-docs) + ## Setup ``` @@ -8,7 +12,7 @@ yarn add @backstage/plugin-api-docs-react ## Add the GrpcDocsApiWidget to your apis -Add the widget to your `apiDocsConfigRef` in the following way. Make sure the `apiEntity.spec.type` is compared to `grpc-docs` +Add the widget to your `apiDocsConfigRef`. ```ts import { grpcDocsApiWidget } from '@backstage/plugin-api-docs-react';