From 692d58d3ac1b8a99d03d8ae8ef66a2e65baeef2f Mon Sep 17 00:00:00 2001 From: Fredrik Oseberg Date: Fri, 13 Aug 2021 15:09:55 +0200 Subject: [PATCH] fix: rename proxy menu item --- websitev2/docs/sdks/proxy-react.md | 2 +- websitev2/docs/user_guide/quickstart.md | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) 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.