mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-14 00:19:16 +01:00
doc: Strategy variants video update (#4854)
Added video embed for Strategy Variants reference
This commit is contained in:
parent
e2ffbee468
commit
a7040a29c4
@ -1,11 +1,21 @@
|
||||
---
|
||||
title: Strategy Variants
|
||||
---
|
||||
|
||||
import VideoContent from '@site/src/components/VideoContent.jsx'
|
||||
|
||||
:::info Availability
|
||||
|
||||
**Strategy variants** were first introduced in Unleash 5.4.
|
||||
**Strategy variants** were first introduced in Unleash 5.4.
|
||||
:::
|
||||
|
||||
|
||||
<VideoContent videoUrls={["https://www.youtube.com/embed/M0oyGHtva0o"]}>
|
||||
|
||||
In addition to the written reference below, the following video provides for details on Strategy Variants, including setup, migration tips and use cases. 🍿
|
||||
|
||||
</VideoContent>
|
||||
|
||||
Gradual rollout strategies in Unleash can have _strategy variants_. _Strategy variants_ allow each matching activation strategy to return not just simple enabled/disabled status, but
|
||||
also attach any custom data or even multiple data items.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user