Merge pull request #4279 from andrewthauer/feat/entity-links

feat: add entity metadata links
This commit is contained in:
Andrew Thauer
2021-01-28 13:15:32 -05:00
committed by GitHub
17 changed files with 329 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/catalog-model': patch
---
Adds a new optional `links` metadata field to the Entity class within the `catalog-model` package (as discussed in [[RFC] Entity Links](https://github.com/backstage/backstage/issues/3787)). This PR adds support for the entity links only. Follow up PR's will introduce the UI component to display them.