From 6b458fedbb9793bd68bca453ee304be563d2f5b5 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Wed, 18 Jan 2023 13:59:43 +0100 Subject: [PATCH] docs: add link to the Unleash help center (#2926) ## What This change adds a link to the Unleash help center in the list of links. ## Why To make it easier to get help for customers who require it. ## Notes Signed off by Diego (@dsusa72) and Elise (@EliseBrevald). --- website/docusaurus.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 337d36c55b..62b7454176 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -115,6 +115,10 @@ module.exports = { label: 'Roadmap', href: 'https://github.com/orgs/Unleash/projects/10', }, + { + label: 'Unleash help center', + href: 'https://getunleash.zendesk.com/hc/en-gb', + }, ], }, {