diff options
author | Robin Bobbitt <ryehle@us.ibm.com> | 2017-07-31 17:34:47 -0400 |
---|---|---|
committer | Robin Bobbitt <ryehle@us.ibm.com> | 2017-08-11 12:22:37 -0400 |
commit | 649d042dbc9e2bfda96bb98b0eabd4b00ea2daff (patch) | |
tree | 515865c4aadfcb2cda51501ac5c8cd664d805708 /doc/user | |
parent | 7633945c27891aa84c45735f14535462b8a54641 (diff) | |
download | gitlab-ce-649d042dbc9e2bfda96bb98b0eabd4b00ea2daff.tar.gz |
Add option to disable project export on instance
Diffstat (limited to 'doc/user')
-rw-r--r-- | doc/user/project/settings/import_export.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/user/project/settings/import_export.md b/doc/user/project/settings/import_export.md index 35960ade3d4..97cca3007b1 100644 --- a/doc/user/project/settings/import_export.md +++ b/doc/user/project/settings/import_export.md @@ -9,6 +9,9 @@ > application settings (`/admin/application_settings`) under 'Import sources'. > Ask your administrator if you don't see the **GitLab export** button when > creating a new project. +> - Starting with GitLab 10.0, administrators can disable the project export option +> on the GitLab instance in application settings (`/admin/application_settings`) +> under 'Visibility and Access Controls'. > - You can find some useful raketasks if you are an administrator in the > [import_export](../../../administration/raketasks/project_import_export.md) > raketask. |