diff --git a/website/docs/reference/unleash-proxy.md b/website/docs/reference/unleash-proxy.md index abddc213c9..34a670c48a 100644 --- a/website/docs/reference/unleash-proxy.md +++ b/website/docs/reference/unleash-proxy.md @@ -2,6 +2,7 @@ id: unleash-proxy title: Unleash Proxy --- +import Figure from '@site/src/components/Figure/Figure.tsx' > The unleash-proxy is compatible with all Unleash Enterprise versions and Unleash Open-Source v4. You should reach out to **support@getunleash.io** if you want the Unleash Team to host the Unleash Proxy for you. @@ -138,7 +139,7 @@ Refer the [custom activation strategy documentation](../reference/custom-activat The Unleash Proxy has a very simple API. It takes the [Unleash Context](../reference/unleash-context) as input and will return the feature toggles relevant for that specific context. -![The Unleash Proxy](/img/The-Unleash-Proxy-API.png) +
### OpenAPI integration and API documentation {#openapi} diff --git a/website/static/img/The-Unleash-Proxy-API.png b/website/static/img/The-Unleash-Proxy-API.png index 7b027d4f0c..8f8ee55453 100644 Binary files a/website/static/img/The-Unleash-Proxy-API.png and b/website/static/img/The-Unleash-Proxy-API.png differ