diff --git a/website/docs/reference/projects.md b/website/docs/reference/projects.md index 645d65db3c7..f439bdbf613 100644 --- a/website/docs/reference/projects.md +++ b/website/docs/reference/projects.md @@ -43,13 +43,15 @@ The UI shows the currently available projects. To create a new project, use the The configuration of a new Project is now available. the following input is available to create the new Project. -![A project creation form. The form fields are labeled "project ID", "name", and "description". The "Create" button is highlighted.](/img/projects_save_new_project.png) - -| Item | Description | -| ------------ | ---------------------------------- | -| Project Id | Id for this Project | -| Project name | The name of the Project. | -| Description | A short description of the project | +![A project creation form. The "Create" button is highlighted.](/img/projects_save_new_project_v2.png) + +| Item | Description | +|--------------------|---------------------------------------------------------------------------------------------| +| Project Id | Id for this Project | +| Project name | The name of the Project. | +| Description | A short description of the project | +| Mode | The project [collaboration mode](/reference/project-collaboration-mode.md) | +| Default Stickiness | The default stickiness for the project. This setting controls the default stickiness value for variants and for the gradual rollout strategy. | ## Deleting an existing project {#deleting-an-existing-project} diff --git a/website/static/img/projects_save_new_project.png b/website/static/img/projects_save_new_project.png deleted file mode 100644 index dda3786d266..00000000000 Binary files a/website/static/img/projects_save_new_project.png and /dev/null differ diff --git a/website/static/img/projects_save_new_project_v2.png b/website/static/img/projects_save_new_project_v2.png new file mode 100644 index 00000000000..e0f099c5752 Binary files /dev/null and b/website/static/img/projects_save_new_project_v2.png differ