diff --git a/websitev2/docs/sdks/proxy-react.md b/websitev2/docs/sdks/proxy-react.md index 27de03c5b9..72e6fc9849 100644 --- a/websitev2/docs/sdks/proxy-react.md +++ b/websitev2/docs/sdks/proxy-react.md @@ -1,6 +1,6 @@ --- id: proxy-react -title: React proxy client +title: React proxy SDK --- > This library is meant to be used with the [unleash-proxy](https://github.com/Unleash/unleash-proxy). The proxy application layer will sit between your unleash instance and your client applications, and provides performance and security benefits. DO NOT TRY to connect this library directly to the unleash instance, as the datasets follow different formats because the proxy only returns evaluated toggle information. diff --git a/websitev2/docs/user_guide/quickstart.md b/websitev2/docs/user_guide/quickstart.md index abd088001d..c203358246 100644 --- a/websitev2/docs/user_guide/quickstart.md +++ b/websitev2/docs/user_guide/quickstart.md @@ -269,7 +269,3 @@ unleash.on('synchronized', () => { const variant = unleash.getVariant('app.ToggleY'); }); ``` - -## I want to set up a production ready instance - -Coming soon.