Skip to content

Commit 9f5bb1b

Browse files
committed
added an arrow in forwards/backwards path
1 parent 6be40db commit 9f5bb1b

File tree

1 file changed

+7
-3
lines changed
  • docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties

1 file changed

+7
-3
lines changed

docs/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/aggregation-property.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -908,8 +908,10 @@ The `pathFilter` option lets you control which entities are included in your agg
908908

909909
When a `pathFilter` is defined, Port will include only entities that can be reached through the exact relationship path you specify.
910910

911-
- **Forwards path**: Following relations forwards, from the source of a relation to its target (e.g., from a repository to its services)
912-
- **Backwards path**: Following relations backwards, from the target of a relation to its source (e.g., from a service back to its repository)
911+
- **Forwards path →**
912+
Following relations forwards, from the source of a relation to its target (e.g., from a repository to its services).
913+
- **Backwards path ←**
914+
Following relations backwards, from the target of a relation to its source (e.g., from a service back to its repository).
913915

914916
<h4> Structure </h4>
915917

@@ -949,7 +951,9 @@ When a `pathFilter` is defined, Port will include only entities that can be reac
949951

950952
Suppose you have the following data model:
951953

952-
![Blueprints graph diagram](/img/software-catalog/blueprint/pathFilterDiagramExample.png)
954+
<img src='/img/software-catalog/blueprint/pathFilterDiagramExample.png' width='90%' border='1px' />
955+
<br></br>
956+
<br></br>
953957

954958
<Tabs groupId="path-filter-examples" defaultValue="api" values={[
955959
{label: "API", value: "api"},

0 commit comments

Comments
 (0)