Skip to content

Commit 2c2464e

Browse files
committed
changed <h4> to #### or bold
1 parent 9f5bb1b commit 2c2464e

File tree

1 file changed

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

1 file changed

+8
-9
lines changed

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

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -913,15 +913,15 @@ When a `pathFilter` is defined, Port will include only entities that can be reac
913913
- **Backwards path ←**
914914
Following relations backwards, from the target of a relation to its source (e.g., from a service back to its repository).
915915

916-
<h4> Structure </h4>
916+
**Structure**
917917

918918
| Field | Description |
919919
|---------------------------|----------------------------------------------------------------------------------------------------------------------|
920920
| `pathFilter.path` | An array containing the full path of relation identifiers to traverse. |
921921
| `pathFilter.fromBlueprint` | *(Optional)* The blueprint to start the path traversal from. Can be the target blueprint or omitted. If omitted, traversal starts from the source blueprint. |
922922

923923

924-
<h4> For forwards paths </h4>
924+
**For forwards paths**
925925

926926
```json showLineNumbers
927927
{
@@ -933,7 +933,7 @@ When a `pathFilter` is defined, Port will include only entities that can be reac
933933
}
934934
```
935935

936-
<h4> For backwards paths </h4>
936+
**For backwards paths**
937937

938938
```json showLineNumbers
939939
{
@@ -946,8 +946,7 @@ When a `pathFilter` is defined, Port will include only entities that can be reac
946946
}
947947
```
948948

949-
950-
<h4> Examples </h4>
949+
#### Examples
951950

952951
Suppose you have the following data model:
953952

@@ -962,7 +961,7 @@ Suppose you have the following data model:
962961

963962
<TabItem value="api">
964963

965-
<h4>Example 1: Standard Path Filter - forwards path</h4>
964+
**Example 1: Standard Path Filter - forwards path**
966965

967966
Count how many deployments are directly related to a cluster:
968967

@@ -990,7 +989,7 @@ Count how many deployments are directly related to a cluster:
990989

991990
The `pathFilter` with `"path": ["deployments_relation"]` counts deployments that are directly related to the cluster through the `deployments_relation` relation.
992991

993-
<h4>Example 2: Using fromBlueprint - backwards path</h4>
992+
**Example 2: Using fromBlueprint - backwards path**
994993

995994
Count how many clusters are related to a deployment:
996995

@@ -1023,7 +1022,7 @@ The `fromBlueprint: "cluster"` specifies that the path traversal should start fr
10231022

10241023
<TabItem value="tf">
10251024

1026-
<h4>Example 1: Standard Path Filter - forwards path</h4>
1025+
**Example 1: Standard Path Filter - forwards path**
10271026

10281027
Count how many deployments are directly related to a cluster:
10291028

@@ -1067,7 +1066,7 @@ resource "port_aggregation_properties" "cluster_aggregation_properties" {
10671066

10681067
The `path = ["deployments_relation"]` counts deployments that are directly related to the cluster through the `deployments_relation` relation.
10691068

1070-
<h4>Example 2: Using fromBlueprint - backwards path</h4>
1069+
**Example 2: Using fromBlueprint - backwards path**
10711070

10721071
Count how many clusters are related to a deployment:
10731072

0 commit comments

Comments
 (0)