From 26255b8d623002ea811e81d1298dd28964577bc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Thu, 25 Feb 2021 21:00:19 +0100 Subject: [PATCH] chore: docs --- docs/deploy/getting-started.md | 2 ++ website/i18n/en.json | 1 + website/siteConfig.js | 1 + 3 files changed, 4 insertions(+) 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' },