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>
This commit is contained in:
milliehartnt123
2026-02-24 11:09:43 -05:00
committed by GitHub
parent 8f3a37aec6
commit 68d8a1acc3
3 changed files with 9 additions and 10 deletions
+3 -3
View File
@@ -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)
@@ -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
+5 -5
View File
@@ -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)