Update changeset
Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user