diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2017-10-03 11:14:21 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2017-10-03 11:14:21 +0000 |
commit | ae9dd4b55248f33b36425c99d46532c945632cdc (patch) | |
tree | 86ec2c9e84b8be37f10e7ec1bef83fea306bca15 /doc | |
parent | 915e35a2992a4e51db2ac32aac8d7a29b1f4449e (diff) | |
parent | ce7f297a7fb1f662a1507b729608d600323b8c64 (diff) | |
download | gitlab-ce-ae9dd4b55248f33b36425c99d46532c945632cdc.tar.gz |
Merge branch 'docs-add-summary-about-project-archiving' into 'master'
Add documentation to summarise project archiving
Closes #35919
See merge request gitlab-org/gitlab-ce!14650
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 b7c7a5e5d28..a234a647b77 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. |