From 9e929cd7322ce4ff5367540a4bb1838378e14da8 Mon Sep 17 00:00:00 2001 From: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com> Date: Mon, 16 Feb 2026 10:25:24 -0500 Subject: [PATCH] Correct capitalization in registration guide Updated capitalization of 'Catalog' and 'Software Catalog' for consistency. Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com> --- docs/getting-started/register-a-component.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/getting-started/register-a-component.md b/docs/getting-started/register-a-component.md index 8b1e96a81a..9b8df8df00 100644 --- a/docs/getting-started/register-a-component.md +++ b/docs/getting-started/register-a-component.md @@ -18,12 +18,12 @@ This guide will walk you through how to pull Backstage data from other locations When registering a component, you can: -- Link to an existing entity file: The file is analyzed to determine which entities are defined, and the entities are added to the Scaffolded Backstage App catalog. For example, `https://github.com/backstage/backstage/blob/master/catalog-info.yaml`. +- Link to an existing entity file: The file is analyzed to determine which entities are defined, and the entities are added to the Scaffolded Backstage App Catalog. For example, `https://github.com/backstage/backstage/blob/master/catalog-info.yaml`. -- Link to a repository: All `catalog-info.yaml` files are discovered in the repository and their defined entities are added to the Scaffolded Backstage App catalog. For example, `https://github.com/backstage/backstage`. +- Link to a repository: All `catalog-info.yaml` files are discovered in the repository and their defined entities are added to the Scaffolded Backstage App Catalog. For example, `https://github.com/backstage/backstage`. :::note Note - If no entities are found, a Pull Request is created that adds an example `catalog-info.yaml` file to the repository. When the Pull Request is merged, the Scaffolded Backstage App catalog loads all of the defined entities. + If no entities are found, a Pull Request is created that adds an example `catalog-info.yaml` file to the repository. When the Pull Request is merged, the Scaffolded Backstage App Catalog loads all of the defined entities. ::: @@ -33,7 +33,7 @@ When registering a component, you can: ## Registering a component -To manually register a component in the software catalog: +To manually register a component in the Software Catalog: 1. Select `Create`. 2. Select `REGISTER EXISTING COMPONENT`. @@ -55,6 +55,6 @@ If your entity was successfully imported, the details will be displayed. ![details of registered component.](../assets/uiguide/details-for-registered-backstage-website.png) -Select `Home` to view your new entity in the software catalog. +Select `Home` to view your new entity in the Software Catalog. ![Backstage website component in software catalog.](../assets/uiguide/backstage-website-registered-catalog-view.png)