From 49eb9780d51c0c961001a05a9448adab6f1abbd2 Mon Sep 17 00:00:00 2001 From: mufaddal motiwala Date: Fri, 21 Jan 2022 01:51:20 +0530 Subject: [PATCH] updated changeset Signed-off-by: mufaddal motiwala --- .changeset/metal-bottles-lay.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/.changeset/metal-bottles-lay.md b/.changeset/metal-bottles-lay.md index c42e7b2a28..706ebd3528 100644 --- a/.changeset/metal-bottles-lay.md +++ b/.changeset/metal-bottles-lay.md @@ -6,7 +6,7 @@ Replaced EntitySystemDiagramCard with EntityCatalogGraphCard To make this change to an existing app: -Add `@backstage/catalog-graph-plugin` in `packages/app` +Add `@backstage/catalog-graph-plugin` as a `dependency` in `packages/app/package.json` Apply the following changes to the `packages/app/src/components/catalog/EntityPage.tsx` file: @@ -27,7 +27,7 @@ Apply the following changes to the `packages/app/src/components/catalog/EntityPa + } from '@backstage/catalog-model'; ``` -`````diff +```diff - + - ```` -````` +``` + +```diff +const cicdContent = ( + + + ++ ++ ++ +``` + +Add the above component in `overviewContent`, `apiPage` , `systemPage` and domainPage` as well.