From b9748e0ad6395225f6fe47d2e2c43818b81cab97 Mon Sep 17 00:00:00 2001 From: Gard Rimestad Date: Tue, 12 Dec 2023 12:35:09 +0100 Subject: [PATCH] docs: proxy-hosting link to what frontend api is (#5602) Adding links to definition of what frontend api is. Can be confusing for new users to read without seing what it is. --------- Co-authored-by: Thomas Heartman --- website/docs/understanding-unleash/proxy-hosting.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/understanding-unleash/proxy-hosting.mdx b/website/docs/understanding-unleash/proxy-hosting.mdx index 914083fd82..5c0173588a 100644 --- a/website/docs/understanding-unleash/proxy-hosting.mdx +++ b/website/docs/understanding-unleash/proxy-hosting.mdx @@ -19,7 +19,7 @@ Edge is the next-gen replacement of the Unleash proxy and is recommended to be u Which way is right for you will depend on your setup and your needs. -In general, we recommend you use Edge over the Frontend API, but we do recognize that self-hosting requires some extra work on your part and that not all our customers need it. +In general, we recommend you use Edge over the [Frontend API](https://docs.getunleash.io/reference/front-end-api), but we do recognize that self-hosting requires some extra work on your part and that not all our customers need it. If you want Unleash to host the Frontend API for you, you should be aware of the following limitations: @@ -29,7 +29,7 @@ If you want Unleash to host the Frontend API for you, you should be aware of the - There's no guarantee that it'll be close to your applications. This means you'll get higher response times. - When we host the frontend API, we will also receive whatever end user data you put in the [Unleash context](../reference/unleash-context.md). This may or may not be an issue depending on your business requirements. -Hosting Edge requires a little more setup the Unleash-hosted frontend API does, but it offers a number of benefits over both the frontend API and Proxy: +Hosting Edge requires a little more setup the Unleash-hosted Frontend API does, but it offers a number of benefits over both the frontend API and Proxy: - You can scale Edge instances horizontally and automatically. - There's no request cap or extra charges.