From 1b77a239e6d0bfd62767cae2fb799115b1b0b943 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Tue, 18 Oct 2022 14:08:44 +0200 Subject: [PATCH] docs: move environments and API keys call-out to after figure --- website/docs/topics/the-anatomy-of-unleash.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/topics/the-anatomy-of-unleash.mdx b/website/docs/topics/the-anatomy-of-unleash.mdx index 025a3fc9d2..7ced4d7cf5 100644 --- a/website/docs/topics/the-anatomy-of-unleash.mdx +++ b/website/docs/topics/the-anatomy-of-unleash.mdx @@ -45,15 +45,15 @@ Enterprise users can create and remove environments. Open-source and Pro custome Environments are adjacent to [feature toggles](../reference/feature-toggles.mdx) in Unleash: neither one contains the other, but they come together to let you define activation strategies. -:::tip Environments and API keys +
+ +:::info Environments and API keys When connecting an SDK to Unleash, it's the **API key that decides which environment to** fetch features for. For legacy reasons, all Unleash SDKs accept a configuration option called `environment`, but this **does not affect the environment** at all. It is an Unleash context field and a holdover from before Unleash had native environments. ::: -
- ## Features (feature toggles) [**Feature toggles**](../reference/feature-toggles.mdx) are at the heart of Unleash’s functionality. Feature toggles belong to projects and live next to project environments. In and of itself, a feature toggle doesn’t do anything. You must assign [**activation strategies**](../user_guide/activation-strategies.md) to it for it to start taking effect.