diff --git a/docs/getting-started/filter-catalog.md b/docs/getting-started/filter-catalog.md index 742f982013..3e0de8cdeb 100644 --- a/docs/getting-started/filter-catalog.md +++ b/docs/getting-started/filter-catalog.md @@ -27,6 +27,7 @@ You can filter the Catalog using a combination of the following: - **Filter by kind** Use the `Kind` dropdown list to select which kind of entity to show in the list: + - API - Component - Group diff --git a/docs/getting-started/unregister-delete-component.md b/docs/getting-started/unregister-delete-component.md index 196b0202ba..f8034bf3ed 100644 --- a/docs/getting-started/unregister-delete-component.md +++ b/docs/getting-started/unregister-delete-component.md @@ -39,6 +39,7 @@ 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-entity-relationships.md b/docs/getting-started/viewing-entity-relationships.md index 087f86014c..c791ab5bc7 100644 --- a/docs/getting-started/viewing-entity-relationships.md +++ b/docs/getting-started/viewing-entity-relationships.md @@ -43,6 +43,7 @@ To display the Catalog Graph: The `Catalog Graph` automatically reflects any changes you make to the filter settings. You can set the following filters: - `MAX DEPTH` + - `MAX DEPTH` = 1 ![Max Depth at 1](../assets/uiguide/max-depth-1.png) @@ -59,6 +60,7 @@ The `Catalog Graph` automatically reflects any changes you make to the filter se - Left to right - Right to left - `Curve` + - `Curve` = Monotone ![Curve at Monotone.](../assets/uiguide/curve-monotone.png) @@ -73,10 +75,12 @@ You can also toggle: - On = simple view - Off = detailed view - `Merge relations` + - On = You see the relationship from the selected entity to the nodes and from the nodes to the selected entity. - Off = You only see relations from the selected entity to its nodes. The following graphics illustrate the view of the nodes and relationships, based on the combination of the settings of `Simplified` and `Merge relations`. + - `Simplified` = On and `Merge Relations` = On ![Simplified is On and Merge Relations is On.](../assets/uiguide/simplify-on-merge-relations-on.png)