diff --git a/plugins/catalog-import/src/components/ImportComponentPage.tsx b/plugins/catalog-import/src/components/ImportComponentPage.tsx index 8f494458fd..339e7c8dd6 100644 --- a/plugins/catalog-import/src/components/ImportComponentPage.tsx +++ b/plugins/catalog-import/src/components/ImportComponentPage.tsx @@ -63,17 +63,39 @@ export const ImportComponentPage = ({ software catalog. - - - + + + - There are two ways to register an existing component. If you - already have a GitHub repository, enter the full URL to your - repo below and a new pull request with a sample metadata Entity - File (catalog-info.yaml) will be opened. Or, if - you've already created a Backstage metadata file and put it in - your repo, you can enter the full URL to that Entity File. + There are two ways to register an existing component. +
    +
  1. + GitHub Repo +
    + If you already have code in a GitHub repository, enter the + full URL to your repo and a new pull request with a sample + Backstage metadata Entity File ( + catalog-info.yaml) will be opened for you. +
  2. +
  3. + GitHub Repo & Entity File +
    + If you've already created a Backstage metadata file and put + it in your repo, you can enter the full URL to that Entity + File. +
  4. +
+
+
+ +