diff --git a/website/docs/reference/project-collaboration-mode.md b/website/docs/reference/project-collaboration-mode.md index 4af78f3dbc..6740b00fd0 100644 --- a/website/docs/reference/project-collaboration-mode.md +++ b/website/docs/reference/project-collaboration-mode.md @@ -11,6 +11,7 @@ The project collaboration mode is an enterprise-only feature that was introduced A project's **collaboration mode** specifies **who can submit [change requests](change-requests.md)**. There are two collaboration modes: - [**open**](#open-collaboration-mode) - [**protected**](#protected-collaboration-mode) +- [**private**](#private-collaboration-mode) ## **Open** collaboration mode @@ -22,6 +23,12 @@ The open collaboration mode is the default in Unleash and is how all projects wo Only admins and project members can submit change requests in a **protected** project. Other users can not submit change requests. +## **Private** collaboration mode + +Private collaboration mode renders the project invisible to all **viewers** who are not project members. This means that **viewers** cannot see the project in the project list, nor can they access the project's features or locate the project anywhere within Unleash. + +**Editors** and **admins** can still see private projects. + ### Change requests When you change a project's collaboration mode from open to protected, users who do not have the right permissions will lose the ability to create new change requests. @@ -30,10 +37,11 @@ However, existing change requests created by these users will not be deleted. An ## Project collaboration mode setting -You can set a project's collaboration mode when you create a project and at any point after creation. +The collaboration mode for a project can be set at the time of creation and modified at any subsequent time, found within the 'Enterprise Settings' section. ![Project creation form with a collaboration mode field and corresponding explanation.](/img/collaboration-mode.png) -Because the project's collaboration mode is a core part of the project, the controls to change it are available on the "edit project" page. + +Since the collaboration mode is an integral feature of the project, the options to modify it can be found on the 'Project Settings' page. ![The project-level header section with the "edit project" button highlighted.](/img/edit-project.png) diff --git a/website/static/img/collaboration-mode.png b/website/static/img/collaboration-mode.png index 30ab3ca778..2d43bb85e1 100644 Binary files a/website/static/img/collaboration-mode.png and b/website/static/img/collaboration-mode.png differ diff --git a/website/static/img/edit-project.png b/website/static/img/edit-project.png index 512f7877d3..fe5eaffac3 100644 Binary files a/website/static/img/edit-project.png and b/website/static/img/edit-project.png differ diff --git a/website/static/img/img.png b/website/static/img/img.png new file mode 100644 index 0000000000..4b2c08d786 Binary files /dev/null and b/website/static/img/img.png differ