Skip to content

Commit 536f360

Browse files
authored
Merge pull request #2699 from port-labs/change-relation-identifier-to-include-self
Update .gitignore to include guide metadata and modify entity-page
2 parents 0289a98 + 1b2f6f7 commit 536f360

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,7 @@ yarn-error.log*
2424
.vscode
2525

2626
#workflow cache
27-
.github/script/__pycache__
27+
.github/script/__pycache__
28+
29+
# Generated guide metadata
30+
src/components/guides-section/guide-metadata.json

docs/customize-pages-dashboards-and-plugins/page/entity-page.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ Follow these steps to set up a self relation in related entities:
218218
```json showLineNumbers
219219
"relationPath": {
220220
{
221-
"relation": "<RELATION_IDENTIFIER>",
221+
"relation": "<SELF_RELATION_IDENTIFIER>",
222222
"maxHops": <number between 1 and 15>
223223
}
224224
}
@@ -231,7 +231,7 @@ Follow these steps to set up a self relation in related entities:
231231
"path": [
232232
"self_relation",
233233
{
234-
"relation": "<RELATION_IDENTIFIER>",
234+
"relation": "<SELF_RELATION_IDENTIFIER>",
235235
"maxHops": <number between 1 and 15>
236236
}
237237
]

0 commit comments

Comments
 (0)