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:
parent
d0975c52a9
commit
3e0b127113
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user