mirror of
https://github.com/Unleash/unleash.git
synced 2025-06-04 01:18:20 +02:00
docs: fix links to old versions of pages; link to new versions.
This commit is contained in:
parent
6634d1d580
commit
9c0848b053
@ -3,7 +3,7 @@ id: custom_activation_strategy
|
||||
title: Custom Activation Strategy
|
||||
---
|
||||
|
||||
Even though Unleash comes with a few powerful [activation strategies](activation-strategies.md) there might be scenarios where you would like to extend Unleash with your own custom strategies.
|
||||
Even though Unleash comes with a few powerful [activation strategies](../user_guide/activation-strategies.md) there might be scenarios where you would like to extend Unleash with your own custom strategies.
|
||||
|
||||
### Example: TimeStamp Strategy {#example-timestamp-strategy}
|
||||
|
||||
|
@ -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](/unleash_context). 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 . A [high level description](https://www.unleash-hosted.com/articles/strategy-constraints) of it is available online.
|
||||
|
||||
**Example response:**
|
||||
|
||||
|
@ -94,7 +94,7 @@ function isEnabled(name, unleashContext = {}, defaultValue = false) {
|
||||
|
||||
Activation strategies are defined and configured in the unleash-service. It is up to the client to provide the actual implementation of each activation strategy.
|
||||
|
||||
Unleash also ships with a few built-in strategies, and expects client SDK's to implement these. Read more about these [activation strategies](activation-strategies.md). For the built-in strategies to work as expected the client should also allow the user to define an [unleash-context](unleash-context.md). The context should be possible to pass in as part of the `isEnabled` call.
|
||||
Unleash also ships with a few built-in strategies, and expects client SDK's to implement these. Read more about these [activation strategies](user_guide/activation-strategies.md). For the built-in strategies to work as expected the client should also allow the user to define an [unleash-context](user_guide/unleash-context.md). The context should be possible to pass in as part of the `isEnabled` call.
|
||||
|
||||
### Extension points {#extension-points}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user