feat: add entity metadata links

This commit is contained in:
Andrew Thauer
2021-01-27 21:38:02 -05:00
parent 8b57797896
commit 6e612ce252
10 changed files with 93 additions and 1167 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/catalog-model': minor
---
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.