diff --git a/website/docs/user_guide/environments.md b/website/docs/user_guide/environments.md index 088aa0942b..33d412a4aa 100644 --- a/website/docs/user_guide/environments.md +++ b/website/docs/user_guide/environments.md @@ -4,7 +4,7 @@ title: Environments ---
@@ -30,7 +30,11 @@ Despite this being a shift in how Unleash works, everything will continue to wor ## How to start using environments -In order to start using environments you need to be on Unleash v4.2 or higher. You also need to have the environment feature enabled (if you are using Unleash Hosted, please reach out on [contact@getunleash.io](mailto:contact@getunleash.io) if you want to start using environments. +In order to start using environments you need to be on Unleash v4.2 or higher. + +If you are on v4.2, you also need to have the environment feature enabled (if you are using Unleash Hosted, please reach out on [contact@getunleash.io](mailto:contact@getunleash.io) if you want to start using environments. + +If you are on v4.3 or later, environments are already enabled for you. Note that in order to enable an environment for a feature toggle, you must first add activation strategies for that environment. You cannot enable an environment without activation strategies. diff --git a/website/sidebars.js b/website/sidebars.js index 2ea25ada5d..652baf77ce 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -20,6 +20,7 @@ module.exports = { 'user_guide/activation_strategy', 'user_guide/control_rollout', 'user_guide/projects', + 'user_guide/environments', 'user_guide/unleash_context', 'user_guide/user-management', 'user_guide/rbac',