mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-11 00:08:30 +01:00
feat: update predefined strategies tooltip (#3964)
This commit is contained in:
parent
f5d944b9aa
commit
41370be591
@ -76,7 +76,7 @@ const PredefinedStrategyTitle = () => (
|
||||
<Box sx={theme => ({ marginBottom: theme.spacing(1.5) })}>
|
||||
<Subtitle
|
||||
title="Predefined strategies"
|
||||
description="The next level of control comes when you are able to enable a feature for specific users or enable it for a small subset of users. We achieve this level of control with the help of activation strategies."
|
||||
description="Activation strategies let you enable a feature only for a specified audience. Different strategies use different parameters. Predefined strategies are bundled with Unleash."
|
||||
link="https://docs.getunleash.io/reference/activation-strategies"
|
||||
/>
|
||||
</Box>
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: Activation Strategies
|
||||
---
|
||||
|
||||
It is powerful to be able to turn a feature on and off instantaneously, without redeploying the application. The next level of control comes when you are able to enable a feature for specific users or enable it for a small subset of users. We achieve this level of control with the help of activation strategies. The most straightforward strategy is the standard strategy, which basically means that the feature should be enabled to everyone.
|
||||
It is powerful to be able to turn a feature on and off instantaneously, without redeploying the application. Activation strategies let you enable a feature only for a specified audience. Different strategies use different parameters. Predefined strategies are bundled with Unleash. The recommended strategy is the gradual rollout strategy with 100% rollout, which basically means that the feature should be enabled to everyone.
|
||||
|
||||
Unleash comes with a number of built-in strategies (described below) and also lets you add your own [custom activation strategies](../reference/custom-activation-strategies.md) if you need more control. However, while activation strategies are _defined_ on the server, the server does not _implement_ the strategies. Instead, activation strategy implementation is done client-side. This means that it is _the client_ that decides whether a feature should be enabled or not.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user