1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

docs(4.3): update the custom strategy documentation.

This commit is contained in:
Thomas Heartman 2021-12-14 14:13:24 +01:00
parent 74aa185392
commit d59d2f141e
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ In this example we want to define an activation strategy offers a scheduled rele
First we need to "define" our new strategy. To add a new "Strategy", open the Strategies tab from the sidebar.
![timestamp_create_strategy](/img/timestamp_create_strategy.png)
![A strategy creation form. It has fields labeled \"strategy name\" and \"description\". It also has fields for a parameter named \"enableAfter\". The parameter is of type \"string\" and the description is \"Expected format: YYYY-MM-DD HH:MM\". The parameter is required.](/img/timestamp_create_strategy.png)
We name our strategy `TimeStamp` and add one required parameter of type string, which we call `enableAfter`.
@ -21,7 +21,7 @@ We name our strategy `TimeStamp` and add one required parameter of type string,
After we have created the strategy definition, we can now decide to use that activation strategy for our feature toggle.
![timestamp_use_strategy](/img/timestamp_use_strategy.png)
![The strategy configuration screen for the TimeStamp strategy. It shows the strategy from above with a date entered into the \"enableAfter\" field.](/img/timestamp_use_strategy.png)
In the example we want to use our custom strategy for the feature toggle named `demo.TimeStampRollout`.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 562 KiB

After

Width:  |  Height:  |  Size: 155 KiB