Merge pull request #33712 from backstage/rugvip/catalog-nfs-catalog-index-page

catalog: export CatalogIndexPage from alpha entry point
This commit is contained in:
Patrik Oldsberg
2026-04-03 01:01:33 +02:00
committed by GitHub
5 changed files with 74 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog': patch
---
Exported the NFS variant of the catalog index page as `CatalogIndexPage` from the `./alpha` entry point, along with supporting types `CatalogIndexPageProps`, `CatalogTableRow`, and `CatalogTableColumnsFunc`. This allows adopters to use and customize the catalog index page within a `PageBlueprint` in the new frontend system.