From e5ff181467f391c0b33e2c5a1658a0804e9dd6b3 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Wed, 2 Dec 2020 22:51:24 -0500 Subject: [PATCH] Add register instructions --- .../src/components/ImportComponentPage.tsx | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/plugins/catalog-import/src/components/ImportComponentPage.tsx b/plugins/catalog-import/src/components/ImportComponentPage.tsx index c2eb935e54..8f494458fd 100644 --- a/plugins/catalog-import/src/components/ImportComponentPage.tsx +++ b/plugins/catalog-import/src/components/ImportComponentPage.tsx @@ -15,7 +15,7 @@ */ import React, { useState } from 'react'; -import { Grid } from '@material-ui/core'; +import { Grid, Typography } from '@material-ui/core'; import { InfoCard, Page, @@ -57,15 +57,23 @@ export const ImportComponentPage = ({
- + - Start tracking your component in Backstage. TODO: Add more - information about what this is. + Start tracking your component in Backstage by adding it to the + 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. +