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": } ]