From dd975ec344842e5e8a9d0dd5911f3be6e52e6746 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Mon, 3 Jan 2022 10:26:29 +0100 Subject: [PATCH] docs: highlight `customStrategies` option. --- website/docs/how-to/how-to-use-custom-strategies.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/how-to/how-to-use-custom-strategies.md b/website/docs/how-to/how-to-use-custom-strategies.md index 6d965d1ac0..4a4c62a536 100644 --- a/website/docs/how-to/how-to-use-custom-strategies.md +++ b/website/docs/how-to/how-to-use-custom-strategies.md @@ -183,6 +183,7 @@ The Unleash Proxy accepts a `customStrategies` property as part of its initializ unleashApiToken: '*:default.56907a2fa53c1d16101d509a10b78e36190b0f918d9f122d', proxySecrets: ['proxy-secret', 'another-proxy-secret', 's1'], refreshInterval: 1000, + // highlight-next-line customStrategies: [new TimeStampStrategy()] });