diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 09f56fc321..67111828a0 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -84,43 +84,9 @@ module.exports = { html: 'Docs', }, { - type: 'dropdown', + type: 'html', + value: 'Product', 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',