1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-23 00:22:19 +01:00

Fix asset paths (#486)

This commit is contained in:
Ibrahim AshShohail 2019-08-27 22:40:20 +03:00 committed by Ivar Conradi Østhus
parent 003e171f83
commit 9af4c5557d

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. First we need to "define" our new strategy. To add a new "Strategy", open the Strategies tab from the sidebar.
![timestamp_create_strategy](assets/timestamp_create_strategy.png) ![timestamp_create_strategy](../assets/timestamp_create_strategy.png)
We name our strategy `TimeStamp` and add one required parameter of type string, which we call `enableAfter`. 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. After we have created the strategy definition, we can now decide to use that activation strategy for our feature toggle.
![timestamp_use_strategy](assets/timestamp_use_strategy.png) ![timestamp_use_strategy](../assets/timestamp_use_strategy.png)
In the example we want to use our custom strategy for the feature toggle named `demo.TimeStampRollout`. In the example we want to use our custom strategy for the feature toggle named `demo.TimeStampRollout`.