diff options
author | Mark Fletcher <mark@gitlab.com> | 2017-10-03 14:39:31 +0700 |
---|---|---|
committer | Mark Fletcher <mark@gitlab.com> | 2017-10-03 15:57:20 +0700 |
commit | ce7f297a7fb1f662a1507b729608d600323b8c64 (patch) | |
tree | 7d5ce3b97fae15420dee2f979cf8ac81680be96d /doc | |
parent | 6c33fb846683ca9213dadaa79b0f32f482ebc0bf (diff) | |
download | gitlab-ce-ce7f297a7fb1f662a1507b729608d600323b8c64.tar.gz |
Add documentation to summarise project archiving
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/settings/index.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/user/project/settings/index.md b/doc/user/project/settings/index.md index 22c343dc027..c8c91441e18 100644 --- a/doc/user/project/settings/index.md +++ b/doc/user/project/settings/index.md @@ -42,3 +42,11 @@ Learn how to [export a project](import_export.md#importing-the-project) in GitLa ### Advanced settings Here you can run housekeeping, archive, rename, transfer, or remove a project. + +#### Archiving a project + +>**Note:** Only Project Owners and Admin users have the permission to archive a project + +It's possible to mark a project as archived via the Project Settings. An archived project will be hidden by default in the project listings. + +An archived project can be fully restored and will therefore retain it's repository and all associated resources whilst in an archived state. |