1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-26 13:48:33 +02:00

chore: remove proxy from integrations (#9962)

Removing proxy from integrations as it's been deprecated while ago and
currently unmaintained
This commit is contained in:
Gastón Fournier 2025-05-12 16:37:18 +02:00 committed by GitHub
parent d0975c52a9
commit 3e0b127113
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -150,15 +150,6 @@ export const AvailableIntegrations: VFC<IAvailableIntegrationsProps> = ({
link='/integrations/view/edge'
configureActionText='Learn more'
/>
<IntegrationCard
icon='unleash'
title='Unleash Proxy'
description='The Unleash Proxy is a lightweight, stateless proxy that sits between your Unleash client SDKs and the Unleash API.'
link='https://docs.getunleash.io/reference/unleash-proxy'
configureActionText='View documentation'
deprecated='Try Unleash Edge instead. It has all the features of Unleash Proxy and more.'
isExternal
/>
</StyledCardsGrid>
</StyledSection>
<StyledSection>