fix prettier

Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
aramissennyeydd
2026-02-27 10:07:15 -05:00
parent 68d8a1acc3
commit 06366a7fa4
3 changed files with 6 additions and 0 deletions
+1
View File
@@ -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
@@ -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
@@ -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)