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.