1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01:00

doc: redirects for external links

This commit is contained in:
Ivar Conradi Østhus 2021-06-10 23:15:14 +02:00
parent 56296f6092
commit 429208f561
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09
2 changed files with 11 additions and 7 deletions

View File

@ -1,12 +1,8 @@
---
id: native_apps
title: Working with native apps
id: proxy-api
title: The Unleash Proxy api
---
> **Enterprise feature**
>
> Working with native apps, require the Unleash proxy. The Unleash Proxy is only available with the Unleash-hosted offering and is not part of Unleash Open-Source.
For a high level introduction to the Unleash-proxy, please read this short article [The Unleash-Proxy](https://www.unleash-hosted.com/articles/the-unleash-proxy)
The Unleash-proxy consist of the proxy that exposes a simple API for the client.

View File

@ -112,6 +112,14 @@ module.exports = {
to: '/sdks',
from: ['/user_guide/client-sdk', '/client-sdk']
},
{
to: '/user_guide/api-token',
from: '/deploy/user_guide/api-token'
},
{
to: '/sdks/unleash-proxy',
from: '/user_guide/native_apps/'
},
{
to: '/advanced/toggle_variants',
from: '/toggle_variants'