diff --git a/websitev2/docs/user_guide/native-apps.md b/websitev2/docs/user_guide/native-apps.md index 448b2d2be6..77eb6f24d0 100644 --- a/websitev2/docs/user_guide/native-apps.md +++ b/websitev2/docs/user_guide/native-apps.md @@ -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. diff --git a/websitev2/docusaurus.config.js b/websitev2/docusaurus.config.js index 4fc4819776..4b704a07db 100644 --- a/websitev2/docusaurus.config.js +++ b/websitev2/docusaurus.config.js @@ -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'