Merge pull request #20686 from backstage/mob/entity-pages

catalog: initial entity page implementation for the new frontend system
This commit is contained in:
Patrik Oldsberg
2023-10-20 13:10:38 +02:00
committed by GitHub
18 changed files with 670 additions and 320 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog': patch
---
Initial entity page implementation for new frontend system at `/alpha`, with an overview page enabled by default and the about card available as an optional card.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-techdocs': patch
---
Added entity page content for the new plugin exported via `/alpha`.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-react': patch
---
Added new APIs at the `/alpha` subpath for creating entity page cards and content for the new frontend system.