diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index e8c19a9186..f708a2d4db 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -68,6 +68,7 @@ module.exports = { logo: { alt: 'Unleash logo', src: 'img/unleash_logo_white.svg', + href: 'https://www.getunleash.io', }, items: [ { @@ -82,6 +83,60 @@ module.exports = { docId: 'welcome', html: 'Docs', }, + { + type: 'dropdown', + position: 'right', + html: 'Product', + items: [ + { + label: 'Feature Management', + to: 'https://www.getunleash.io/feature-management', + }, + { + label: 'Unique Architecture', + to: 'https://www.getunleash.io/flexible-platform', + }, + { + label: 'Canary release', + to: 'https://www.getunleash.io/segmentation', + }, + { + label: 'Security and Performance', + to: 'https://www.getunleash.io/security-and-performance', + }, + { + label: 'Simplicity', + to: 'https://www.getunleash.io/simplicity', + }, + { + label: 'Flexibility', + to: 'https://www.getunleash.io/flexibility', + }, + { + label: 'Transparency', + to: 'https://www.getunleash.io/transparency', + }, + { + label: 'Open-Source', + to: 'https://www.getunleash.io/open-source', + }, + ], + }, + { + type: 'html', + value: 'Plans', + position: 'right', + }, + { + type: 'html', + value: 'Blog', + position: 'right', + }, + { + type: 'html', + position: 'right', + value: '', + }, { type: 'dropdown', position: 'right', @@ -131,13 +186,8 @@ module.exports = { value: '', }, { - href: 'https://www.getunleash.io/plans', - label: 'Plans', - position: 'right', - }, - { - href: 'https://app.unleash-hosted.com/sign-in', - label: 'Sign in', + type: 'html', + value: 'Sign in', position: 'right', }, {