Merge pull request #20015 from backstage/jhaals/techRadar

tech-radar: Add alpha exports for page and api extensions
This commit is contained in:
Johan Haals
2023-09-26 10:16:53 +02:00
committed by GitHub
6 changed files with 111 additions and 4 deletions
+2 -1
View File
@@ -17,6 +17,7 @@
import { createApp } from '@backstage/frontend-app-api';
import { pagesPlugin } from './examples/pagesPlugin';
import graphiqlPlugin from '@backstage/plugin-graphiql/alpha';
import techRadarPlugin from '@backstage/plugin-tech-radar/alpha';
/*
@@ -48,7 +49,7 @@ TODO:
/* app.tsx */
const app = createApp({
plugins: [graphiqlPlugin, pagesPlugin],
plugins: [graphiqlPlugin, pagesPlugin, techRadarPlugin],
// bindRoutes({ bind }) {
// bind(catalogPlugin.externalRoutes, {
// createComponent: scaffolderPlugin.routes.root,