1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00

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 <thomas@getunleash.io>
This commit is contained in:
Gard Rimestad 2023-12-12 12:35:09 +01:00 committed by GitHub
parent 386c4baa86
commit b9748e0ad6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.