Merge pull request #4306 from SDA-SE/feat/api-docs-display-owner

Display owner and system as entity page links in the tables of the `api-docs` plugin
This commit is contained in:
Oliver Sand
2021-02-02 11:17:00 +01:00
committed by GitHub
22 changed files with 415 additions and 286 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.