Skip to content

Commit 09c3f1a

Browse files
docs: updates to 11 principles and scaling pages (#9688)
1 parent d5af58c commit 09c3f1a

9 files changed

+250
-321
lines changed

website/docs/topics/feature-flags/best-practices-using-feature-flags-at-scale.mdx

+202-227
Large diffs are not rendered by default.

website/docs/topics/feature-flags/feature-flag-best-practices.mdx

+47-30
Large diffs are not rendered by default.

website/docs/understanding-unleash/the-anatomy-of-unleash.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Segments are only available to [Pro](/availability#plans) and [Enterprise](https
120120

121121
## Variants and feature flag payloads
122122

123-
By default, a [feature flag](../reference/feature-toggles) in Unleash only tells you whether a feature is enabled or disabled, but you can also add more information to your flags by using [**feature flag variants**](../reference/feature-toggle-variants). Variants also allow you to run [A/B testing experiments](../feature-flag-tutorials/use-cases/a-b-testing).
123+
By default, a [feature flag](../reference/feature-toggles) in Unleash only tells you whether a feature is enabled or disabled, but you can also add more information to your flags by using [**feature flag variants**](../reference/feature-toggle-variants). Variants also allow you to run [A/B testing experiments](../../feature-flag-tutorials/use-cases/a-b-testing).
124124

125125
Feature flags are designed to let you decide which users get access to a feature. Variants are designed to let you decide **which version** of the feature a user gets access to. For instance, if user A is part of your beta testing program and gets access to a new beta feature, then you can use variants to decide whether they should get the red version or the green version of the feature.
126126

Loading

website/static/img/evaluate-flags-at-the-edge.svg

-21
This file was deleted.
Loading
65.3 KB
Loading

website/static/img/evaluate-flags-only-once.svg

-21
This file was deleted.

website/static/img/feature-flag-organization-methods.svg

-21
This file was deleted.

0 commit comments

Comments
 (0)