diff --git a/plugins/catalog-graph/README.md b/plugins/catalog-graph/README.md index 0862abbc96..b9400e8e8b 100644 --- a/plugins/catalog-graph/README.md +++ b/plugins/catalog-graph/README.md @@ -137,6 +137,20 @@ return ( ); ``` +Once you have your custom implementation, you can follow these steps to modify the required components: + +- In the `app.tsx` update the `CatalogGraphPage` component to include your custom styles: + +```tsx +} /> +``` + +- In the `Entity.tsx` file, update the `EntityCatalogGraphCard` component to this: + +```tsx + +``` + ## Development Run `yarn` in the root of this plugin to install all dependencies and then `yarn start` to run a [development version](./dev/index.tsx) of this plugin.