diff --git a/README.md b/README.md index 5e19ec0..cc4e66f 100644 --- a/README.md +++ b/README.md @@ -45,13 +45,13 @@ import { isGitlabAvailable, EntityGitlabContent } from '@loblaw/backstage-plugin // Farther down at the serviceEntityPage declaration const serviceEntityPage = ( - + {/* Place the following section where you want the tab to appear */} - - ); + +); ``` 3. Add the Gitlab cards to the Overview tab on the entity page(Optional). @@ -69,8 +69,8 @@ import { } from '@loblaw/backstage-plugin-gitlab'; //Farther down at the overviewContent declaration -//Depends on user's need the individual card can be added or removed from the Grid item. - const overviewContent = ( +//You can add only selected widgets or all of them. +const overviewContent = (