diff --git a/websitev2/docs/user_guide/create-feature-toggle.md b/websitev2/docs/user_guide/create-feature-toggle.md index 4c572aa056..5d46e3b808 100644 --- a/websitev2/docs/user_guide/create-feature-toggle.md +++ b/websitev2/docs/user_guide/create-feature-toggle.md @@ -13,7 +13,7 @@ The first time you log-in to your Unleash instance you will see an empty list of ## Step 2: Create Feature toggle {#step-2-create-feature-toggle} -After clicking the “create feature toggle button you will be presented with a form for creating a new feature toggle. You will need to define a few fields before you can actually complete the new feature toggle. +After clicking the “create feature toggle” button you will be presented with a form for creating a new feature toggle. You will need to define a few fields before you can actually complete the new feature toggle. - **Name** – Must be unique across all your feature toggle. The name must also follow a URL friendly format. Can not be changed. - **Description** – A good description makes it easier for other members on your team to understand why this feature toggle exists. diff --git a/websitev2/docs/user_guide/projects.md b/websitev2/docs/user_guide/projects.md index 552a50b2cd..490e644439 100644 --- a/websitev2/docs/user_guide/projects.md +++ b/websitev2/docs/user_guide/projects.md @@ -23,15 +23,11 @@ A common pattern is to organize the feature toggles according to key areas of th When you log into Unleash for the first time, there is a Default project already created. All feature toggles are included in the Default project, unless explicitly set to a different one. -From the top-line menu – click on the hamburger icon. +From the top-line menu – click on “Projects” -![Project concept](/img/projects_menu.png) +![Project concept](/img/projects_button.png) -From the menu – choose “Projects” - -menu open - -The available projects will now be listed. To create a new Project – choose the “+” +The available projects will now be listed. To create a new Project – choose the “Add new project” ![Project concept](/img/projects_new_project.png) @@ -47,7 +43,13 @@ The configuration of a new Project is now available. the following input is avai ## Deleting an existing project {#deleting-an-existing-project} -To keep your feature toggles clean, removing deprecated projects is important. From the overview of Projects – choose the Delete button for the project you want to delete. +To keep your feature toggles clean, removing deprecated projects is important. From the overview of Projects – +1. In the top right of the project card, find the project menu represented by three vertical dots. + + +![Project concept](/img/projects_menu_button.png) + +2. Click on Delete Project ![Project concept](/img/projects_delete_button.png) @@ -59,10 +61,6 @@ From the top-line menu – choose the hamburger icon ![Project concept](/img/projects_menu.png) -From the menu – choose “Feature toggles” - -![Project concept](/img/feature_toggles_menu.png) - The list of features toggles can be filtered on the project of your choice. By default, all feature toggles are listed in the view. ![Project concept](/img/project_select.png) diff --git a/websitev2/docs/user_guide/technical-debt.md b/websitev2/docs/user_guide/technical-debt.md index bc1f913e53..39057a1b74 100644 --- a/websitev2/docs/user_guide/technical-debt.md +++ b/websitev2/docs/user_guide/technical-debt.md @@ -5,9 +5,9 @@ title: Technical Debt At Unleash we care deeply about code quality. Technical debt creeps up over time and slowly builds to the point where it really starts to hurt. At that point it's too late. Feature toggles that have outlived their feature and are not cleaned up represent technical dept that should be cleaned up and removed from your code. -In order to assist with removing unused feature toggles, Unleash provides a technical debt dashboard in the management-ui. You can find it by opening up the sidebar in the management ui and clicking on the _reporting_ menu item. +In order to assist with removing unused feature toggles, Unleash provides a technical debt dashboard in the management-ui. You can find it by clicking on “Advanced” in the top-line menu then choose _Reporting_ in the dropdown menu. -![Technical debt](/img/reporting.png) +![Technical debt](/img/reporting.png) The dasboard includes a health report card, and a list of toggles that can be filtrated on different parameters. diff --git a/websitev2/docs/user_guide/token.md b/websitev2/docs/user_guide/token.md index be3ab9ece2..5a03f5ef4f 100644 --- a/websitev2/docs/user_guide/token.md +++ b/websitev2/docs/user_guide/token.md @@ -17,15 +17,19 @@ All users are able to see tokens with CLIENT level access, but only instance adm ### Step-by-step {#step-by-step} -**1. Select `Admin` from the sidebar** +**1. Select `Advanced` from the top-line menu** +![Admin menu](/img/admin_top-line_menu.png) -![Admin menu](/img/admin_side_menu.png) +**2. Select `API Access` from the dropdown** -**2. Select `Api Access` from the tab menu** +![Tab Menu](/img/admin_advanced_dropdown.png) +**3. Select `API ACCESS` from the tab men** ![Tab Menu](/img/admin_tab_menu.png) -**3. Click `Add new API key` at the top right of the page** +**4. Click `Add new API key` at the top right of the page** +![Tab Menu](/img/admin_new_api_key_button.png) + **Client keys** diff --git a/websitev2/docs/user_guide/user-management.md b/websitev2/docs/user_guide/user-management.md index 41637c328f..ef42be043a 100644 --- a/websitev2/docs/user_guide/user-management.md +++ b/websitev2/docs/user_guide/user-management.md @@ -5,12 +5,19 @@ title: User Management > This feature was introduced in Unleash v4 for Unleash Open-Source. -From the `Admin > Users` you can manage users with access to Unleash. To add a new user to your Unleash instance simply click the "Add user" button: +You can manage users with access to Unleash in the `Admin > Users`. -![Add user button](/img/user_admin-add-user.png) +From the top-line menu – click on the “Settings Wheel” then click on “Users”. +![Add user button](/img/user_admin_list_button.png) + + + + +To add a new user to your Unleash instance simply click the "Add user" button: +![Add user button](/img/user_admin-add-user.jpg) Fill out the required fields about the user in the modal. You need to choose which role the new user should have on the "root level". E.g. giving the user an Editor role will allow the user to create a new project. -![Add user button](/img/user_admin_add_user_modal.png). +![Add user button](/img/user_admin_add_user_modal.png) If you have configured an email server the user will receive the invite link in her inbox, otherwise you should share the magic invite link to Unleash presented in the confirmation dialogue. diff --git a/websitev2/static/img/add_new_api_key.png b/websitev2/static/img/add_new_api_key.png index c798a5b8f7..07850b612f 100644 Binary files a/websitev2/static/img/add_new_api_key.png and b/websitev2/static/img/add_new_api_key.png differ diff --git a/websitev2/static/img/admin_advanced_dropdown.png b/websitev2/static/img/admin_advanced_dropdown.png new file mode 100644 index 0000000000..53aab92f26 Binary files /dev/null and b/websitev2/static/img/admin_advanced_dropdown.png differ diff --git a/websitev2/static/img/admin_new_api_key_button.png b/websitev2/static/img/admin_new_api_key_button.png new file mode 100644 index 0000000000..292b89607a Binary files /dev/null and b/websitev2/static/img/admin_new_api_key_button.png differ diff --git a/websitev2/static/img/admin_side_menu.png b/websitev2/static/img/admin_side_menu.png deleted file mode 100644 index d27449563d..0000000000 Binary files a/websitev2/static/img/admin_side_menu.png and /dev/null differ diff --git a/websitev2/static/img/admin_tab_menu.png b/websitev2/static/img/admin_tab_menu.png index 8803357fbf..a57f32fd82 100644 Binary files a/websitev2/static/img/admin_tab_menu.png and b/websitev2/static/img/admin_tab_menu.png differ diff --git a/websitev2/static/img/admin_top-line_menu.png b/websitev2/static/img/admin_top-line_menu.png new file mode 100644 index 0000000000..5458a07b9c Binary files /dev/null and b/websitev2/static/img/admin_top-line_menu.png differ diff --git a/websitev2/static/img/api_key_list.png b/websitev2/static/img/api_key_list.png index b62a09e23d..3ae654ed9b 100644 Binary files a/websitev2/static/img/api_key_list.png and b/websitev2/static/img/api_key_list.png differ diff --git a/websitev2/static/img/control_rollout_multiple_strategies.png b/websitev2/static/img/control_rollout_multiple_strategies.png index 9995e6f0f1..bab51fff33 100644 Binary files a/websitev2/static/img/control_rollout_multiple_strategies.png and b/websitev2/static/img/control_rollout_multiple_strategies.png differ diff --git a/websitev2/static/img/control_rollout_standard_strategy.png b/websitev2/static/img/control_rollout_standard_strategy.png index 69cfdd42c0..f9713ab437 100644 Binary files a/websitev2/static/img/control_rollout_standard_strategy.png and b/websitev2/static/img/control_rollout_standard_strategy.png differ diff --git a/websitev2/static/img/control_rollout_userid_strategy.png b/websitev2/static/img/control_rollout_userid_strategy.png index da3b34da33..2cedc41ebc 100644 Binary files a/websitev2/static/img/control_rollout_userid_strategy.png and b/websitev2/static/img/control_rollout_userid_strategy.png differ diff --git a/websitev2/static/img/create_feature_toggle_button.png b/websitev2/static/img/create_feature_toggle_button.png index aa81496862..9534bde7e2 100644 Binary files a/websitev2/static/img/create_feature_toggle_button.png and b/websitev2/static/img/create_feature_toggle_button.png differ diff --git a/websitev2/static/img/create_feature_toggle_list.png b/websitev2/static/img/create_feature_toggle_list.png index eac6ccea72..db27d21859 100644 Binary files a/websitev2/static/img/create_feature_toggle_list.png and b/websitev2/static/img/create_feature_toggle_list.png differ diff --git a/websitev2/static/img/create_feature_toggle_save.png b/websitev2/static/img/create_feature_toggle_save.png index ae91fb79bc..3bbab68a18 100644 Binary files a/websitev2/static/img/create_feature_toggle_save.png and b/websitev2/static/img/create_feature_toggle_save.png differ diff --git a/websitev2/static/img/create_feature_toggle_userIds.png b/websitev2/static/img/create_feature_toggle_userIds.png index 511bea6227..874b743772 100644 Binary files a/websitev2/static/img/create_feature_toggle_userIds.png and b/websitev2/static/img/create_feature_toggle_userIds.png differ diff --git a/websitev2/static/img/project_select.png b/websitev2/static/img/project_select.png index 0d1ce731d9..5874fc1cf6 100644 Binary files a/websitev2/static/img/project_select.png and b/websitev2/static/img/project_select.png differ diff --git a/websitev2/static/img/projects_button.png b/websitev2/static/img/projects_button.png new file mode 100644 index 0000000000..3b87ce7b72 Binary files /dev/null and b/websitev2/static/img/projects_button.png differ diff --git a/websitev2/static/img/projects_change_project.png b/websitev2/static/img/projects_change_project.png index 01d67346e2..fd437680fa 100644 Binary files a/websitev2/static/img/projects_change_project.png and b/websitev2/static/img/projects_change_project.png differ diff --git a/websitev2/static/img/projects_delete_button.png b/websitev2/static/img/projects_delete_button.png index 16c2e11756..caed5fefba 100644 Binary files a/websitev2/static/img/projects_delete_button.png and b/websitev2/static/img/projects_delete_button.png differ diff --git a/websitev2/static/img/projects_existing_toggle_dropdown.png b/websitev2/static/img/projects_existing_toggle_dropdown.png index 342e0e29a1..925860811a 100644 Binary files a/websitev2/static/img/projects_existing_toggle_dropdown.png and b/websitev2/static/img/projects_existing_toggle_dropdown.png differ diff --git a/websitev2/static/img/projects_menu.png b/websitev2/static/img/projects_menu.png index 9d50167e58..b5bff8fc91 100644 Binary files a/websitev2/static/img/projects_menu.png and b/websitev2/static/img/projects_menu.png differ diff --git a/websitev2/static/img/projects_menu_button.png b/websitev2/static/img/projects_menu_button.png new file mode 100644 index 0000000000..e999a1e3a0 Binary files /dev/null and b/websitev2/static/img/projects_menu_button.png differ diff --git a/websitev2/static/img/projects_new_project.png b/websitev2/static/img/projects_new_project.png index 4f94a1715c..9fccdd258f 100644 Binary files a/websitev2/static/img/projects_new_project.png and b/websitev2/static/img/projects_new_project.png differ diff --git a/websitev2/static/img/projects_save_new_project.png b/websitev2/static/img/projects_save_new_project.png index 8a8e50f389..2100c04fa4 100644 Binary files a/websitev2/static/img/projects_save_new_project.png and b/websitev2/static/img/projects_save_new_project.png differ diff --git a/websitev2/static/img/projects_select_dropdown.png b/websitev2/static/img/projects_select_dropdown.png index d1ebd661ab..377e53edda 100644 Binary files a/websitev2/static/img/projects_select_dropdown.png and b/websitev2/static/img/projects_select_dropdown.png differ diff --git a/websitev2/static/img/projects_toggle_project_dropdown.png b/websitev2/static/img/projects_toggle_project_dropdown.png index b697698caa..8207de0790 100644 Binary files a/websitev2/static/img/projects_toggle_project_dropdown.png and b/websitev2/static/img/projects_toggle_project_dropdown.png differ diff --git a/websitev2/static/img/reportcard.png b/websitev2/static/img/reportcard.png index 3f6f41133b..1c4847131a 100644 Binary files a/websitev2/static/img/reportcard.png and b/websitev2/static/img/reportcard.png differ diff --git a/websitev2/static/img/reporting.png b/websitev2/static/img/reporting.png index ab4039c5dd..39fcd42f9d 100644 Binary files a/websitev2/static/img/reporting.png and b/websitev2/static/img/reporting.png differ diff --git a/websitev2/static/img/slack_addon_tags.png b/websitev2/static/img/slack_addon_tags.png index f6b314a542..c506064ede 100644 Binary files a/websitev2/static/img/slack_addon_tags.png and b/websitev2/static/img/slack_addon_tags.png differ diff --git a/websitev2/static/img/togglelist.png b/websitev2/static/img/togglelist.png index bba0055f46..01880cc744 100644 Binary files a/websitev2/static/img/togglelist.png and b/websitev2/static/img/togglelist.png differ diff --git a/websitev2/static/img/user_admin-add-user.jpg b/websitev2/static/img/user_admin-add-user.jpg new file mode 100644 index 0000000000..c93de14ec5 Binary files /dev/null and b/websitev2/static/img/user_admin-add-user.jpg differ diff --git a/websitev2/static/img/user_admin-add-user.png b/websitev2/static/img/user_admin-add-user.png deleted file mode 100644 index 0de4d94305..0000000000 Binary files a/websitev2/static/img/user_admin-add-user.png and /dev/null differ diff --git a/websitev2/static/img/user_admin_add_user_modal.png b/websitev2/static/img/user_admin_add_user_modal.png index cec1fd8e31..5eb823a01b 100644 Binary files a/websitev2/static/img/user_admin_add_user_modal.png and b/websitev2/static/img/user_admin_add_user_modal.png differ diff --git a/websitev2/static/img/user_admin_list_button.png b/websitev2/static/img/user_admin_list_button.png new file mode 100644 index 0000000000..df18a2e184 Binary files /dev/null and b/websitev2/static/img/user_admin_list_button.png differ