Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development/import_export.md')
-rw-r--r--doc/development/import_export.md74
1 files changed, 40 insertions, 34 deletions
diff --git a/doc/development/import_export.md b/doc/development/import_export.md
index 8d2be1baf24..a73144abce6 100644
--- a/doc/development/import_export.md
+++ b/doc/development/import_export.md
@@ -1,3 +1,9 @@
+---
+stage: Manage
+group: Import
+info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
+---
+
# Import/Export development documentation
Troubleshooting and general development guidelines and tips for the [Import/Export feature](../user/project/settings/import_export.md).
@@ -354,28 +360,28 @@ The NDJSON tree will look like this:
```shell
tree
├── project
-│   ├── auto_devops.ndjson
-│   ├── boards.ndjson
-│   ├── ci_cd_settings.ndjson
-│   ├── ci_pipelines.ndjson
-│   ├── container_expiration_policy.ndjson
-│   ├── custom_attributes.ndjson
-│   ├── error_tracking_setting.ndjson
-│   ├── external_pull_requests.ndjson
-│   ├── issues.ndjson
-│   ├── labels.ndjson
-│   ├── merge_requests.ndjson
-│   ├── milestones.ndjson
-│   ├── pipeline_schedules.ndjson
-│   ├── project_badges.ndjson
-│   ├── project_feature.ndjson
-│   ├── project_members.ndjson
-│   ├── protected_branches.ndjson
-│   ├── protected_tags.ndjson
-│   ├── releases.ndjson
-│   ├── services.ndjson
-│   ├── snippets.ndjson
-│   └── triggers.ndjson
+│ ├── auto_devops.ndjson
+│ ├── boards.ndjson
+│ ├── ci_cd_settings.ndjson
+│ ├── ci_pipelines.ndjson
+│ ├── container_expiration_policy.ndjson
+│ ├── custom_attributes.ndjson
+│ ├── error_tracking_setting.ndjson
+│ ├── external_pull_requests.ndjson
+│ ├── issues.ndjson
+│ ├── labels.ndjson
+│ ├── merge_requests.ndjson
+│ ├── milestones.ndjson
+│ ├── pipeline_schedules.ndjson
+│ ├── project_badges.ndjson
+│ ├── project_feature.ndjson
+│ ├── project_members.ndjson
+│ ├── protected_branches.ndjson
+│ ├── protected_tags.ndjson
+│ ├── releases.ndjson
+│ ├── services.ndjson
+│ ├── snippets.ndjson
+│ └── triggers.ndjson
└── project.json
```
@@ -389,19 +395,19 @@ The NDJSON tree will look like this:
tree
└── groups
├── 4351
- │   ├── badges.ndjson
- │   ├── boards.ndjson
- │   ├── epics.ndjson
- │   ├── labels.ndjson
- │   ├── members.ndjson
- │   └── milestones.ndjson
+ │ ├── badges.ndjson
+ │ ├── boards.ndjson
+ │ ├── epics.ndjson
+ │ ├── labels.ndjson
+ │ ├── members.ndjson
+ │ └── milestones.ndjson
├── 4352
- │   ├── badges.ndjson
- │   ├── boards.ndjson
- │   ├── epics.ndjson
- │   ├── labels.ndjson
- │   ├── members.ndjson
- │   └── milestones.ndjson
+ │ ├── badges.ndjson
+ │ ├── boards.ndjson
+ │ ├── epics.ndjson
+ │ ├── labels.ndjson
+ │ ├── members.ndjson
+ │ └── milestones.ndjson
├── _all.ndjson
├── 4351.json
└── 4352.json