From 776b92721fc769b7ed26436ceb0a8f9e9dd1525b Mon Sep 17 00:00:00 2001 From: Dominik Henneke Date: Tue, 20 Apr 2021 17:10:48 +0200 Subject: [PATCH] Update changeset Signed-off-by: Dominik Henneke --- .changeset/unlucky-starfishes-vanish.md | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.changeset/unlucky-starfishes-vanish.md b/.changeset/unlucky-starfishes-vanish.md index 90ee10a81a..3bb341bee9 100644 --- a/.changeset/unlucky-starfishes-vanish.md +++ b/.changeset/unlucky-starfishes-vanish.md @@ -3,19 +3,4 @@ --- Add a `FossaPage` that shows the license compliance status of all components in the catalog. -This is an optional component that can be registered as a route: - -```diff -// packages/app/src/App.tsx - -+ import { FossaPage } from '@backstage/plugin-fossa'; - -// ... - - const routes = ( - - // ... -+ } /> - - ); -``` +See the projects `Readme` on how to use it.