From d58ed5f84b77d236a3703ecc5654a2b516dc0774 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Wed, 24 Nov 2021 13:39:02 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Christopher Kolstad --- website/docs/advanced/stickiness.md | 2 +- website/docs/api/client/feature-toggles-api.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/advanced/stickiness.md b/website/docs/advanced/stickiness.md index b2937d5912..55dddd60c0 100644 --- a/website/docs/advanced/stickiness.md +++ b/website/docs/advanced/stickiness.md @@ -20,7 +20,7 @@ For instance: When using the [gradual rollout activation strategy](../user_guide ## Custom stickiness (beta) :::info -Custom stickiness is available Unleash Enterprise v4 and later. +Custom stickiness is available starting from Unleash Enterprise v4. ::: When using [the gradual rollout strategy](../user_guide/activation-strategies.md#gradual-rollout) or [feature toggle variants](./feature-toggle-variants.md), you can use parameters other than the user id to calculate stickiness. More specifically, you can use any field, custom or otherwise, of the [Unleash Context](../user_guide/unleash-context.md) as long as you have enabled custom stickiness for these fields. diff --git a/website/docs/api/client/feature-toggles-api.md b/website/docs/api/client/feature-toggles-api.md index 45f72cb1c6..d7969b26f3 100644 --- a/website/docs/api/client/feature-toggles-api.md +++ b/website/docs/api/client/feature-toggles-api.md @@ -117,7 +117,7 @@ Used to fetch details about a specific feature toggle. This is mainly provided t > This is a unleash-enterprise feature -Strategy definitions may also contain a `constraints` property. Strategy constraints is a feature in Unleash which work on context fields, which is defined as part of the [Unleash Context](../../user_guide/unleash-context.md). The purpose is to define a set of rules where all needs to be satisfied in order for the activation strategy to . A [high level description](https://www.unleash-hosted.com/articles/strategy-constraints) of it is available online. +Strategy definitions may also contain a `constraints` property. Strategy constraints is a feature in Unleash which work on context fields, which is defined as part of the [Unleash Context](../../user_guide/unleash-context.md). The purpose is to define a set of rules where all needs to be satisfied in order for the activation strategy to evaluate to true. A [high level description](https://www.unleash-hosted.com/articles/strategy-constraints) of it is available online. **Example response:**