mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-13 13:48:59 +02:00
chore: split standard and advanced strategy types
This commit is contained in:
parent
c5b37fc7c2
commit
d2e717a0bd
@ -98,16 +98,21 @@ const StrategyDeprecationWarning = () => (
|
||||
version. We recommend not using custom strategies going forward and
|
||||
instead using the gradual rollout strategy with{' '}
|
||||
<Link
|
||||
href={
|
||||
'https://docs.getunleash.io/reference/activation-strategies#constraints'
|
||||
}
|
||||
href='https://docs.getunleash.io/reference/activation-strategies#constraints'
|
||||
target='_blank'
|
||||
rel='noopener noreferrer'
|
||||
>
|
||||
constraints
|
||||
</Link>{' '}
|
||||
and{' '}
|
||||
<Link
|
||||
href='https://docs.getunleash.io/reference/activation-strategies#variants'
|
||||
target='_blank'
|
||||
rel='noopener noreferrer'
|
||||
>
|
||||
variants
|
||||
</Link>
|
||||
. If you have a need for custom strategies that you cannot support with
|
||||
constraints, please reach out to us.
|
||||
.
|
||||
</Alert>
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user