org: switched catalog index route to use an external route ref

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-01-14 11:13:18 +01:00
parent f050eec2c0
commit 1285c2fe60
8 changed files with 57 additions and 11 deletions
+11
View File
@@ -0,0 +1,11 @@
---
'@backstage/plugin-org': minor
---
**BREAKING**: Added a new and required `catalogIndex` external route. It should typically be linked to the `catalogIndex` route of the Catalog plugin:
```ts
bind(orgPlugin.externalRoutes, {
catalogIndex: catalogPlugin.routes.catalogIndex,
});
```