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.