1
0
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:
Mateusz Kwasniewski 2023-08-09 13:11:07 +02:00 committed by GitHub
parent c549280e31
commit 11c48171bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>
</> </>
), ),