|
2 | 2 | sidebar_position: 2 |
3 | 3 | --- |
4 | 4 |
|
5 | | -import RepositoryBlueprint from './\_github_exporter_example_repository_blueprint.mdx' |
6 | | -import PRBlueprint from './\_github_exporter_example_pull_request_blueprint.mdx' |
7 | | -import PortAppConfig from './\_github_exporter_example_port_app_config.mdx' |
8 | | -import GitHubResources from '../\_github_exporter_supported_resources.mdx' |
9 | | - |
10 | | -import UsersBlueprint from './example-repository-admins/\_github_exporter_example_users_blueprint.mdx' |
11 | | -import GithubUsersBlueprint from './example-repository-admins/\_github_exporter_example_github_users_blueprint.mdx' |
12 | | -import RepositoryAdminBlueprint from './example-repository-admins/\_github_export_example_repository_with_admins_relation_blueprint.mdx' |
13 | | -import RepositoryAdminAppConfig from './example-repository-admins/\_github_exporter_example_admins_users_port_app_config.mdx' |
14 | | - |
15 | | -import IssueBlueprint from './example-issue/\_git_exporter_example_issue_blueprint.mdx' |
16 | | -import PortIssueAppConfig from './example-issue/\_github_exporter_example_issue_port_app_config.mdx' |
17 | | -import RepoEnvironmentBlueprint from './example-deployments-environments/\_github_exporter_example_environment_blueprint.mdx' |
18 | | -import DeploymentBlueprint from './example-deployments-environments/\_github_exporter_example_deployment_blueprint.mdx' |
19 | | -import PortRepoDeploymentAndEnvironmentAppConfig from './example-deployments-environments/\_github_exporter_example_deployments_and_environments_port_app_config.mdx' |
20 | | - |
21 | | -import TagBlueprint from './example-repository-release-tag/\_github_exporter_example_tag_blueprint.mdx' |
22 | | -import ReleaseBlueprint from './example-repository-release-tag/\_github_exporter_example_release_blueprint.mdx' |
23 | | -import RepositoryTagReleaseAppConfig from './example-repository-release-tag/\_github_exporter_example_release_tag_port_app_config.mdx' |
24 | | - |
25 | | -import PackageBlueprint from './example-file-kind/\_example_package_blueprint.mdx' |
26 | | -import PackageAppConfig from './example-file-kind/\_package_json_app_config.mdx' |
27 | | -import FileBlueprint from './example-file-kind/\_example_file_blueprint.mdx' |
28 | | -import RepoFileAppConfig from './example-file-kind/\_file_repo_app_config.mdx' |
29 | | - |
30 | | -import TeamWithMembersBlueprint from './example-team-members/\_github_exporter_team_blueprint.mdx' |
31 | | -import TeamMemberBlueprint from './example-team-members/\_github_exporter_team_member_blueprint.mdx' |
32 | | -import TeamMemberConfig from './example-team-members/\_github_team_member_port_app_config.mdx' |
33 | | - |
34 | | -import TeamBlueprint from './example-repository-teams/\_github_export_example_team_blueprint.mdx' |
35 | | -import RepositoryTeamBlueprint from './example-repository-teams/\_github_export_example_repository_with_teams_relation_blueprint.mdx' |
36 | | -import PortRepositoryTeamMappingAppConfig from './example-repository-teams/\_github_exporter_example_repository_with_teams_port_app_config.mdx' |
37 | | - |
38 | | -import CollaboratorBlueprint from './example-repository-collaborators/\_github_exporter_example_collaborator_blueprint.mdx' |
39 | | -import PortRepositoryCollaboratorAppConfig from './example-repository-collaborators/\_github_exporter_example_repository_collaborator_port_app_config.mdx' |
40 | | - |
41 | | -import PortMonoRepoAppConfig from './example-monorepo/\_github_exporter_example_monorepo_port_app_config.mdx' |
42 | | -import WorkflowBlueprint from './example-workflow-workflowrun/\_git_exporter_example_workflow_blueprint.mdx' |
43 | | -import WorkflowRunBlueprint from './example-workflow-workflowrun/\_git_exporter_example_workflow_run_blueprint.mdx' |
44 | | -import PortWfWfrAppConfig from './example-workflow-workflowrun/\_github_exporter_example_wf_wfr_port_app_config.mdx' |
45 | | - |
46 | | -import BranchBlueprint from './example-branch/\_git_exporter_example_branch_blueprint.mdx' |
47 | | -import PortBrAppConfig from './example-branch/\_github_exporter_example_branch_port_app_config.mdx' |
48 | | - |
49 | | -import DependabotAlertBlueprint from './example-repository-alerts/\_github_exporter_example_dependabot_alert_blueprint.mdx' |
50 | | -import CodeScanAlertBlueprint from './example-repository-alerts/\_github_exporter_example_codeScan_alert_blueprint.mdx' |
51 | | -import PortRepositoryDependabotAlertMappingAppConfig from './example-repository-alerts/\_github_exporter_example_repo_dependabot_port_app_config.mdx' |
52 | | - |
53 | | -import OrganizationBlueprint from './example-organization/\_github_exporter_example_organization_blueprint.mdx' |
54 | | -import OrganizationAppConfig from './example-organization/\_github_exporter_example_organization_port_app_config.mdx' |
| 5 | +import RepositoryBlueprint from './examples/\_github_exporter_example_repository_blueprint.mdx' |
| 6 | +import PRBlueprint from './examples/\_github_exporter_example_pull_request_blueprint.mdx' |
| 7 | +import PortAppConfig from './examples/\_github_exporter_example_port_app_config.mdx' |
| 8 | +import GitHubResources from './\_github_exporter_supported_resources.mdx' |
| 9 | + |
| 10 | +import UsersBlueprint from './examples/example-repository-admins/\_github_exporter_example_users_blueprint.mdx' |
| 11 | +import GithubUsersBlueprint from './examples/example-repository-admins/\_github_exporter_example_github_users_blueprint.mdx' |
| 12 | +import RepositoryAdminBlueprint from './examples/example-repository-admins/\_github_export_example_repository_with_admins_relation_blueprint.mdx' |
| 13 | +import RepositoryAdminAppConfig from './examples/example-repository-admins/\_github_exporter_example_admins_users_port_app_config.mdx' |
| 14 | + |
| 15 | +import IssueBlueprint from './examples/example-issue/\_git_exporter_example_issue_blueprint.mdx' |
| 16 | +import PortIssueAppConfig from './examples/example-issue/\_github_exporter_example_issue_port_app_config.mdx' |
| 17 | +import RepoEnvironmentBlueprint from './examples/example-deployments-environments/\_github_exporter_example_environment_blueprint.mdx' |
| 18 | +import DeploymentBlueprint from './examples/example-deployments-environments/\_github_exporter_example_deployment_blueprint.mdx' |
| 19 | +import PortRepoDeploymentAndEnvironmentAppConfig from './examples/example-deployments-environments/\_github_exporter_example_deployments_and_environments_port_app_config.mdx' |
| 20 | + |
| 21 | +import TagBlueprint from './examples/example-repository-release-tag/\_github_exporter_example_tag_blueprint.mdx' |
| 22 | +import ReleaseBlueprint from './examples/example-repository-release-tag/\_github_exporter_example_release_blueprint.mdx' |
| 23 | +import RepositoryTagReleaseAppConfig from './examples/example-repository-release-tag/\_github_exporter_example_release_tag_port_app_config.mdx' |
| 24 | + |
| 25 | +import PackageBlueprint from './examples/example-file-kind/\_example_package_blueprint.mdx' |
| 26 | +import PackageAppConfig from './examples/example-file-kind/\_package_json_app_config.mdx' |
| 27 | +import FileBlueprint from './examples/example-file-kind/\_example_file_blueprint.mdx' |
| 28 | +import RepoFileAppConfig from './examples/example-file-kind/\_file_repo_app_config.mdx' |
| 29 | + |
| 30 | +import TeamWithMembersBlueprint from './examples/example-team-members/\_github_exporter_team_blueprint.mdx' |
| 31 | +import TeamMemberBlueprint from './examples/example-team-members/\_github_exporter_team_member_blueprint.mdx' |
| 32 | +import TeamMemberConfig from './examples/example-team-members/\_github_team_member_port_app_config.mdx' |
| 33 | + |
| 34 | +import TeamBlueprint from './examples/example-repository-teams/\_github_export_example_team_blueprint.mdx' |
| 35 | +import RepositoryTeamBlueprint from './examples/example-repository-teams/\_github_export_example_repository_with_teams_relation_blueprint.mdx' |
| 36 | +import PortRepositoryTeamMappingAppConfig from './examples/example-repository-teams/\_github_exporter_example_repository_with_teams_port_app_config.mdx' |
| 37 | + |
| 38 | +import CollaboratorBlueprint from './examples/example-repository-collaborators/\_github_exporter_example_collaborator_blueprint.mdx' |
| 39 | +import PortRepositoryCollaboratorAppConfig from './examples/example-repository-collaborators/\_github_exporter_example_repository_collaborator_port_app_config.mdx' |
| 40 | + |
| 41 | +import PortMonoRepoAppConfig from './examples/example-monorepo/\_github_exporter_example_monorepo_port_app_config.mdx' |
| 42 | +import WorkflowBlueprint from './examples/example-workflow-workflowrun/\_git_exporter_example_workflow_blueprint.mdx' |
| 43 | +import WorkflowRunBlueprint from './examples/example-workflow-workflowrun/\_git_exporter_example_workflow_run_blueprint.mdx' |
| 44 | +import PortWfWfrAppConfig from './examples/example-workflow-workflowrun/\_github_exporter_example_wf_wfr_port_app_config.mdx' |
| 45 | + |
| 46 | +import BranchBlueprint from './examples/example-branch/\_git_exporter_example_branch_blueprint.mdx' |
| 47 | +import PortBrAppConfig from './examples/example-branch/\_github_exporter_example_branch_port_app_config.mdx' |
| 48 | + |
| 49 | +import DependabotAlertBlueprint from './examples/example-repository-alerts/\_github_exporter_example_dependabot_alert_blueprint.mdx' |
| 50 | +import CodeScanAlertBlueprint from './examples/example-repository-alerts/\_github_exporter_example_codeScan_alert_blueprint.mdx' |
| 51 | +import PortRepositoryDependabotAlertMappingAppConfig from './examples/example-repository-alerts/\_github_exporter_example_repo_dependabot_port_app_config.mdx' |
| 52 | + |
| 53 | +import OrganizationBlueprint from './examples/example-organization/\_github_exporter_example_organization_blueprint.mdx' |
| 54 | +import OrganizationAppConfig from './examples/example-organization/\_github_exporter_example_organization_port_app_config.mdx' |
55 | 55 |
|
56 | 56 |
|
57 | 57 | # Resource mapping examples |
|
0 commit comments