From 68d8a1acc3a9cad70f39d89aad75dc32ea7aaf60 Mon Sep 17 00:00:00 2001 From: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com> Date: Tue, 24 Feb 2026 11:09:43 -0500 Subject: [PATCH] Fix prettier errors viewing-catalog.md viewing-entity-relationships.md filter-catalog.md register-a-component.md unregister-delete-component.md Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com> --- docs/getting-started/register-a-component.md | 6 +++--- docs/getting-started/unregister-delete-component.md | 3 +-- docs/getting-started/viewing-catalog.md | 10 +++++----- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/getting-started/register-a-component.md b/docs/getting-started/register-a-component.md index e249838c5e..1f2fda2871 100644 --- a/docs/getting-started/register-a-component.md +++ b/docs/getting-started/register-a-component.md @@ -49,12 +49,12 @@ To manually register a component in the Software Catalog: 4. Select `ANALYZE`. 5. If the changes from `ANALYZE` are correct, select `IMPORT`. - ![review and select import.](../assets/uiguide/review-select-import.png) + ![review and select import.](../assets/uiguide/review-select-import.png) If your entity was successfully imported, the details will be displayed. - ![details of registered component.](../assets/uiguide/details-for-registered-backstage-website.png) + ![details of registered component.](../assets/uiguide/details-for-registered-backstage-website.png) 6. 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) + ![Backstage website component in software catalog.](../assets/uiguide/backstage-website-registered-catalog-view.png) diff --git a/docs/getting-started/unregister-delete-component.md b/docs/getting-started/unregister-delete-component.md index eb9a691819..196b0202ba 100644 --- a/docs/getting-started/unregister-delete-component.md +++ b/docs/getting-started/unregister-delete-component.md @@ -12,7 +12,7 @@ URLs to YAML files that you registered either using the `Create` button or by ad [Implicit deletion](../features/software-catalog/life-of-an-entity.md#implicit-deletion) occurs when an entity provider issues a deletion of an entity. That entity, as well as the entire tree of entities processed out of it are considered for immediate deletion. -However, you are also able to manually unregister an entity from the Catalog or perform a direct, [explicit deletion](../features/software-catalog/life-of-an-entity.md#explicit-deletion) of individual entities. +However, you are also able to manually unregister an entity from the Catalog or perform a direct, [explicit deletion](../features/software-catalog/life-of-an-entity.md#explicit-deletion) of individual entities. ## Unregistering an entity @@ -39,7 +39,6 @@ You can also delete an entity from the Catalog. However, this requires that you To delete an entity: 1. Delete the following entity definition files for the entity in the repository: - - catalog-info.yaml - index.js - package.json diff --git a/docs/getting-started/viewing-catalog.md b/docs/getting-started/viewing-catalog.md index db0416eb0f..acfa470cc2 100644 --- a/docs/getting-started/viewing-catalog.md +++ b/docs/getting-started/viewing-catalog.md @@ -13,10 +13,10 @@ Initially, when you log into your standalone Backstage App, `Home` is selected i There are four main entities that you should become familiar with: - - `Components` - Individual pieces of software that can be tracked in source control and can implement APIs for other components to consume. - - `Resources` - The physical or virtual infrastructure needed to operate a component. - - `Systems` - A collection of resources and components that cooperate to perform a function by exposing one or several public APIs. It hides the resources and private APIs between the components from the consumer. - - `Domains` - A collection of systems that share terminology, domain models, metrics, KPIs, business purpose, or documentation. +- `Components` - Individual pieces of software that can be tracked in source control and can implement APIs for other components to consume. +- `Resources` - The physical or virtual infrastructure needed to operate a component. +- `Systems` - A collection of resources and components that cooperate to perform a function by exposing one or several public APIs. It hides the resources and private APIs between the components from the consumer. +- `Domains` - A collection of systems that share terminology, domain models, metrics, KPIs, business purpose, or documentation. The [Technical Overview](../overview/technical-overview.md#software-catalog-system-model) provides a description of all of the types of entities displayed in the Catalog. @@ -59,7 +59,7 @@ You can modify the columns associated with each kind of entity, following the in ## Catalog Actions -For each entity, there are a set of actions that are available. +For each entity, there are a set of actions that are available. ![Screenshot explaining entity actions.](../assets/uiguide/entity-actions.png)