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:
parent
56296f6092
commit
429208f561
@ -1,13 +1,9 @@
|
||||
---
|
||||
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 highlevel introduction to the Unleash-proxy, please read this short article [The Unleash-Proxy](https://www.unleash-hosted.com/articles/the-unleash-proxy)
|
||||
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.
|
||||
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user