You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/build-your-software-catalog/sync-data-to-catalog/git/gitlab-v2/example-files/_gitlab_integration_example_package_config.mdx
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
<details>
2
2
<summary><b>Integration mapping (click to expand)</b></summary>
Copy file name to clipboardExpand all lines: docs/build-your-software-catalog/sync-data-to-catalog/git/gitlab-v2/examples.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,8 +164,9 @@ You can use the following Port blueprint definitions and integration configurati
164
164
165
165
<PackageConfig />
166
166
167
-
The example will parse the `package.json` file in your repository and extract the dependencies into Port entities.
168
-
For more information about ingesting files and file contents, click [here](/build-your-software-catalog/sync-data-to-catalog/git/gitlab-v2/#ingest-files-from-your-repositories)
167
+
The integration mapping example above demonstrates both a JSON file (`package.json`) and a YAML file (`config.yml`) configuration.
168
+
The example will parse the file in your repository and extract the dependencies into Port entities.
169
+
For more information about ingesting files and file contents, click [here](/build-your-software-catalog/sync-data-to-catalog/git/gitlab-v2/#ingest-files-from-your-repositories).
0 commit comments