Skip to content

Commit

Permalink
Update website/docs/understanding-unleash/the-anatomy-of-unleash.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
melindafekete authored Sep 30, 2024
1 parent 781c66d commit 08d1eb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ When you check a [feature flag](../reference/feature-toggles.mdx) in an applicat

Activation strategies tie feature flags and [environments](../reference/environments.md) together. When you assign an activation strategy to a feature flag, you do so in one environment at a time. You can assign the same strategy to the same flag in different environments, but they will be different instances of the same strategy and do not stay in sync. Unleash also lets you copy strategies from one environment to another.

Unleash comes with a number of [strategies built-in](../reference/activation-strategies.md). You can also create your own [custom activation strategies](../reference/custom-activation-strategies.md). All strategies can be further augmented by [**strategy constraints**](../reference/strategy-constraints.md).
Unleash comes with a number of [strategies built in](../reference/activation-strategies.md). You can also create your own [custom activation strategies](../reference/custom-activation-strategies.md). All strategies can be further augmented by [**strategy constraints**](../reference/strategy-constraints.md).


<Figure img="/img/anatomy-of-unleash-environments-strategies.png" caption="Feature flags exist across environments and can have different activation strategies in each environment."/>
Expand Down

0 comments on commit 08d1eb9

Please sign in to comment.