diff --git a/docs/build-your-software-catalog/sync-data-to-catalog/git/github/examples/example-branch/_git_exporter_example_branch_blueprint.mdx b/docs/build-your-software-catalog/sync-data-to-catalog/git/github/examples/example-branch/_git_exporter_example_branch_blueprint.mdx index 83930d0dd..4f4be80e7 100644 --- a/docs/build-your-software-catalog/sync-data-to-catalog/git/github/examples/example-branch/_git_exporter_example_branch_blueprint.mdx +++ b/docs/build-your-software-catalog/sync-data-to-catalog/git/github/examples/example-branch/_git_exporter_example_branch_blueprint.mdx @@ -3,7 +3,7 @@ ```json showLineNumbers { - "identifier": "branch", + "identifier": "github_branch", "title": "Branch", "icon": "Microservice", "schema": { @@ -29,14 +29,7 @@ "mirrorProperties": {}, "calculationProperties": {}, "aggregationProperties": {}, - "relations": { - "repository": { - "title": "Repository", - "target": "githubRepository", - "required": false, - "many": false - } - } + "relations": {} } ``` diff --git a/docs/build-your-software-catalog/sync-data-to-catalog/git/github/examples/example-branch/_git_exporter_example_last_contributor_blueprint.mdx b/docs/build-your-software-catalog/sync-data-to-catalog/git/github/examples/example-branch/_git_exporter_example_last_contributor_blueprint.mdx index 5e9808a3c..4a375a089 100644 --- a/docs/build-your-software-catalog/sync-data-to-catalog/git/github/examples/example-branch/_git_exporter_example_last_contributor_blueprint.mdx +++ b/docs/build-your-software-catalog/sync-data-to-catalog/git/github/examples/example-branch/_git_exporter_example_last_contributor_blueprint.mdx @@ -40,7 +40,14 @@ }, "mirrorProperties": {}, "calculationProperties": {}, - "relations": {} + "relations": { + "github_branch": { + "title": "Github Branch", + "target": "github_branch", + "required": false, + "many": false + } + } } ``` diff --git a/docs/build-your-software-catalog/sync-data-to-catalog/git/github/examples/example-branch/_git_exporter_example_last_contributor_branch_blueprint.mdx b/docs/build-your-software-catalog/sync-data-to-catalog/git/github/examples/example-branch/_git_exporter_example_last_contributor_branch_blueprint.mdx index 5ab1ec166..053c0a22c 100644 --- a/docs/build-your-software-catalog/sync-data-to-catalog/git/github/examples/example-branch/_git_exporter_example_last_contributor_branch_blueprint.mdx +++ b/docs/build-your-software-catalog/sync-data-to-catalog/git/github/examples/example-branch/_git_exporter_example_last_contributor_branch_blueprint.mdx @@ -3,7 +3,7 @@ ```json showLineNumbers { - "identifier": "branch", + "identifier": "github_branch", "title": "Branch", "icon": "Microservice", "schema": { @@ -42,14 +42,7 @@ "mirrorProperties": {}, "calculationProperties": {}, "aggregationProperties": {}, - "relations": { - "repository": { - "title": "Repository", - "target": "githubRepository", - "required": false, - "many": false - } - } + "relations": {} } ``` diff --git a/docs/build-your-software-catalog/sync-data-to-catalog/git/github/examples/example-branch/_github_exporter_example_last_contributor_port_app_config.mdx b/docs/build-your-software-catalog/sync-data-to-catalog/git/github/examples/example-branch/_github_exporter_example_last_contributor_port_app_config.mdx index 3488cf501..aecaf93ad 100644 --- a/docs/build-your-software-catalog/sync-data-to-catalog/git/github/examples/example-branch/_github_exporter_example_last_contributor_port_app_config.mdx +++ b/docs/build-your-software-catalog/sync-data-to-catalog/git/github/examples/example-branch/_github_exporter_example_last_contributor_port_app_config.mdx @@ -28,6 +28,6 @@ resources: url: .html_url language: .language relations: - default_branch: .name + "-" + .default_branch + github_branch: .name + "-" + .default_branch ```