diff options
author | Achilleas Pipinellis (🌴 July 10 - July 20 🌴) <axil@gitlab.com> | 2018-07-09 10:48:18 +0000 |
---|---|---|
committer | Achilleas Pipinellis (🌴 July 10 - July 20 🌴) <axil@gitlab.com> | 2018-07-09 10:48:18 +0000 |
commit | d4301731ecce5b08206e328224dca4d27b6e9ba2 (patch) | |
tree | 7ee60a85a6e206a4921f1337a34e39520c08cef9 | |
parent | d5b69f2589b73c90fb68e109f557bd7d6719c387 (diff) | |
parent | 80ca818150cc90739e3a39e011710ab5c2cf5a40 (diff) | |
download | gitlab-ce-d4301731ecce5b08206e328224dca4d27b6e9ba2.tar.gz |
Merge branch 'docs/add-private-projects-public-access-note' into 'master'
Add documentation on private projects
Closes #48955
See merge request gitlab-org/gitlab-ce!20446
-rw-r--r-- | doc/public_access/public_access.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/public_access/public_access.md b/doc/public_access/public_access.md index e8f4c73120c..81ee7338e4e 100644 --- a/doc/public_access/public_access.md +++ b/doc/public_access/public_access.md @@ -30,6 +30,12 @@ in users. Any logged in user will have [Guest](../user/permissions.md) permissions on the repository. +### Private projects + +Private projects can only be cloned and viewed by project members, and +they will only appear to project members on the public access directory +(`https://gitlab.example.com/public`). + ### How to change project visibility 1. Go to your project's **Settings** |