diff --git a/website/docs/reference/strategy-variants.md b/website/docs/reference/strategy-variants.md index fadbd6c56a..ad0910e05e 100644 --- a/website/docs/reference/strategy-variants.md +++ b/website/docs/reference/strategy-variants.md @@ -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. ::: + + + +In addition to the written reference below, the following video provides for details on Strategy Variants, including setup, migration tips and use cases. 🍿 + + + 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.