From 7e2c0267e54ad3e8650b66053573a778368e6db4 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Fri, 17 Dec 2021 13:57:00 +0100 Subject: [PATCH] docs(faq): add initial Qs and shortform As to faq doc. --- website/docs/faq/index.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/website/docs/faq/index.md b/website/docs/faq/index.md index 59473ed0da..3da7ffa751 100644 --- a/website/docs/faq/index.md +++ b/website/docs/faq/index.md @@ -3,4 +3,12 @@ title: Frequently asked questions slug: /faq --- -## FAAAAAQ +## How do I enable a feature only for a select group of users, such as people that work at a specific store? + +Use the standard strategy and use a strat constraint that says the user must have custom field X with value Y. + +Optionally, for non-enterprise, use a custom strategy. + +## What's `UNLEASH_PROXY_SECRETS` and `clientKey` + +...