From 4faeb4e26f1a1d341930229a1c3f53fe9b746c91 Mon Sep 17 00:00:00 2001 From: kodjomiles Date: Tue, 19 Aug 2025 14:53:02 +0000 Subject: [PATCH] Update .gitignore to include guide metadata and modify entity-page documentation for self-relation identifier clarity --- .gitignore | 5 ++++- .../page/entity-page.md | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ad3fc1f358..c5ff29869f 100644 --- a/.gitignore +++ b/.gitignore @@ -24,4 +24,7 @@ yarn-error.log* .vscode #workflow cache -.github/script/__pycache__ \ No newline at end of file +.github/script/__pycache__ + +# Generated guide metadata +src/components/guides-section/guide-metadata.json \ No newline at end of file diff --git a/docs/customize-pages-dashboards-and-plugins/page/entity-page.md b/docs/customize-pages-dashboards-and-plugins/page/entity-page.md index 17607dd20c..adcd6dd695 100644 --- a/docs/customize-pages-dashboards-and-plugins/page/entity-page.md +++ b/docs/customize-pages-dashboards-and-plugins/page/entity-page.md @@ -218,7 +218,7 @@ Follow these steps to set up a self relation in related entities: ```json showLineNumbers "relationPath": { { - "relation": "", + "relation": "", "maxHops": } } @@ -231,7 +231,7 @@ Follow these steps to set up a self relation in related entities: "path": [ "self_relation", { - "relation": "", + "relation": "", "maxHops": } ]