1
0
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:
Mark Fulton 2023-09-27 14:50:57 -04:00 committed by GitHub
parent e2ffbee468
commit a7040a29c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.