From 3c63adddab73767ad2b9cc1095231805fb78c0c6 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Fri, 18 Mar 2022 11:03:33 +0100 Subject: [PATCH] docs: add more scaffolding to proxy docs --- website/docs/sdks/unleash-proxy.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/website/docs/sdks/unleash-proxy.md b/website/docs/sdks/unleash-proxy.md index 502823fa95..260d593e28 100644 --- a/website/docs/sdks/unleash-proxy.md +++ b/website/docs/sdks/unleash-proxy.md @@ -232,3 +232,14 @@ Regardless of how you choose to run the it, the proxy will need access to these When using an environment variable to set the proxy secrets, the value should be a comma-separated list of strings, such as `secret-one,secret-two`. There are many more configuration options available. You'll find all [available options on github](https://github.com/Unleash/unleash-proxy#available-options). + +## Bootstrapping the Unleash Proxy {#bootstrap} + +## Scaling the Unleash Proxy + +## Hosting the Unleash Proxy + +## Proxy connection + +{ how to connect the proxy, what setups are possible etc. } +See #bootstrap