From a7040a29c4ad3394e515cccd8688a5df0def08ae Mon Sep 17 00:00:00 2001 From: Mark Fulton <128738155+markunl@users.noreply.github.com> Date: Wed, 27 Sep 2023 14:50:57 -0400 Subject: [PATCH] doc: Strategy variants video update (#4854) Added video embed for Strategy Variants reference --- website/docs/reference/strategy-variants.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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.