Display owner and system as entity page links in the tables of the api-docs plugin

This commit is contained in:
Oliver Sand
2021-01-29 16:14:24 +01:00
parent 7ee15d2c5b
commit 7fc89bae29
22 changed files with 339 additions and 234 deletions
+13
View File
@@ -0,0 +1,13 @@
---
'@backstage/plugin-api-docs': patch
'@backstage/plugin-catalog': patch
'@backstage/plugin-catalog-react': patch
'@backstage/plugin-org': patch
---
Display owner and system as entity page links in the tables of the `api-docs`
plugin.
Move `isOwnerOf` and `getEntityRelations` from `@backstage/plugin-catalog` to
`@backstage/plugin-catalog-react` and export it from there to use it by other
plugins.