Merge pull request #17868 from luchillo17/feat/BCKSTG-148-catalog-template-link-in-abou

feat(catalog): Link launch template in Entity's AboutCard
This commit is contained in:
Fredrik Adelöw
2023-05-25 11:40:49 +02:00
committed by GitHub
11 changed files with 223 additions and 8 deletions
@@ -40,12 +40,14 @@ const app = createApp({
bind(catalogPlugin.externalRoutes, {
createComponent: scaffolderPlugin.routes.root,
viewTechDoc: techdocsPlugin.routes.docRoot,
createFromTemplate: scaffolderPlugin.routes.selectedTemplate,
});
bind(apiDocsPlugin.externalRoutes, {
registerApi: catalogImportPlugin.routes.importPage,
});
bind(scaffolderPlugin.externalRoutes, {
registerComponent: catalogImportPlugin.routes.importPage,
viewTechDoc: techdocsPlugin.routes.docRoot,
});
bind(orgPlugin.externalRoutes, {
catalogIndex: catalogPlugin.routes.catalogIndex,