Add changeset & add to app-next

Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
This commit is contained in:
Philipp Hugenroth
2023-09-27 14:18:42 +02:00
committed by Patrik Oldsberg
parent 790fe3c4c1
commit 27740caa2d
3 changed files with 17 additions and 1 deletions
+2
View File
@@ -25,6 +25,7 @@ import {
createPageExtension,
} from '@backstage/frontend-plugin-api';
import { entityRouteRef } from '@backstage/plugin-catalog-react';
import techdocsPlugin from '@backstage/plugin-techdocs/alpha';
/*
@@ -67,6 +68,7 @@ const app = createApp({
graphiqlPlugin,
pagesPlugin,
techRadarPlugin,
techdocsPlugin,
userSettingsPlugin,
createExtensionOverrides({
extensions: [entityPageExtension],