diff --git a/docs/deploy/getting-started.md b/docs/deploy/getting-started.md index 3b2b79e3e1..7eb59af61f 100644 --- a/docs/deploy/getting-started.md +++ b/docs/deploy/getting-started.md @@ -3,6 +3,8 @@ id: getting_started title: Getting Started --- +> This section only applies if you plan to self-host Unleash. If you are looking for our hosted solution you should head over to [Unleash-hosted.com](https://www.unleash-hosted.com) + ## Requirements You will need: diff --git a/website/i18n/en.json b/website/i18n/en.json index 092fd7b0bf..d74c2d1e92 100644 --- a/website/i18n/en.json +++ b/website/i18n/en.json @@ -190,6 +190,7 @@ } }, "links": { + "Enterprise": "Enterprise", "Documentation": "Documentation", "API": "API", "Deploy and manage": "Deploy and manage", diff --git a/website/siteConfig.js b/website/siteConfig.js index 7949bb0616..4ff6a8b28b 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -66,6 +66,7 @@ const siteConfig = { // For no header links in the top nav bar -> headerLinks: [], headerLinks: [ + { href: 'https://www.unleash-hosted.com/open-source', label: 'Enterprise' }, { doc: 'user_guide/connect_sdk', label: 'Documentation' }, { doc: 'api/client/features', label: 'API' }, { doc: 'deploy/getting_started', label: 'Deploy and manage' },