From 854f2d5d651264122de5352184abafe963f322d6 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Fri, 12 Nov 2021 08:26:19 +0100 Subject: [PATCH] docs: add paragraph to intro: things will still work (default env) --- website/docs/user_guide/environments.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/user_guide/environments.md b/website/docs/user_guide/environments.md index 1fd7eb0acb..6bfb5b9f9e 100644 --- a/website/docs/user_guide/environments.md +++ b/website/docs/user_guide/environments.md @@ -21,6 +21,8 @@ Further, connected applications will use environment-scoped API keys to make sur Finally, metrics have also been upgraded to record the environment. This, in turn, means that Unleash can display usage metrics per environment. +Despite this being a shift in how Unleash works, everything will continue to work exactly how it did for existing users. For backwards compatibility, we have created an environment named "default" that will contain all of the existing toggles and API keys. Read more about that in [the migration section](#migration). + ![Environments Overview](/img/environments_overview.svg "A feature toggle exists across all environments, but take different activation strategies per environment.")