Merge pull request #13662 from MiniMarker/merge_upstream

Add support for links on Template Card
This commit is contained in:
Patrik Oldsberg
2022-09-26 21:53:12 +02:00
committed by GitHub
8 changed files with 265 additions and 56 deletions
+1
View File
@@ -136,6 +136,7 @@ const app = createApp({
});
bind(scaffolderPlugin.externalRoutes, {
registerComponent: catalogImportPlugin.routes.importPage,
viewTechDoc: techdocsPlugin.routes.docRoot,
});
bind(orgPlugin.externalRoutes, {
catalogIndex: catalogPlugin.routes.catalogIndex,