mirror of
https://github.com/Unleash/unleash.git
synced 2025-06-09 01:17:06 +02:00
fix: Demo for old variants (#4455)
This commit is contained in:
parent
c549280e31
commit
11c48171bd
@ -429,18 +429,19 @@ export const TOPICS: ITutorialTopic[] = [
|
|||||||
<>
|
<>
|
||||||
<Description>
|
<Description>
|
||||||
<a
|
<a
|
||||||
href="https://docs.getunleash.io/reference/strategy-variants"
|
href="https://docs.getunleash.io/reference/feature-toggle-variants"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
>
|
>
|
||||||
Strategy variants
|
Feature toggle variants
|
||||||
</a>{' '}
|
</a>{' '}
|
||||||
allow you to define different values for a matching
|
allow you to define different values for a feature
|
||||||
strategy. They can be used for A/B testing or
|
toggle. They can be used for A/B testing or
|
||||||
segmenting your users.
|
segmenting your users.
|
||||||
</Description>
|
</Description>
|
||||||
<Description sx={{ mt: 1 }}>
|
<Description sx={{ mt: 1 }}>
|
||||||
Let's try adding a variant to a strategy.
|
Let's try adding a variant to a feature toggle,
|
||||||
|
along with an override so our user can see it.
|
||||||
</Description>
|
</Description>
|
||||||
</>
|
</>
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user