File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
docs/customize-pages-dashboards-and-plugins/page Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ]
You can’t perform that action at this time.
0 commit comments