Update changeset

Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com>
This commit is contained in:
Dominik Henneke
2021-04-20 17:10:48 +02:00
parent 54c455cfa4
commit 776b92721f
+1 -16
View File
@@ -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 = (
<FlatRoutes>
// ...
+ <Route path="/fossa" element={<FossaPage />} />
</FlatRoutes>
);
```
See the projects `Readme` on how to use it.