From 2c66a4ace44e3553195f45a8eafa0d19ca26113c Mon Sep 17 00:00:00 2001 From: Michael Ferranti <87366358+ardeche07@users.noreply.github.com> Date: Mon, 27 May 2024 11:35:02 +0200 Subject: [PATCH] Update link to product section in Dos nav (#7162) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We updated the website to include a new product page at https://www.getunleash.io/enterprise-feature-management-platform. The only product links in the docs are no longer relevant. ## About the changes Closes # ### Important files ## Discussion points --------- Co-authored-by: Thomas Heartman --- website/docusaurus.config.js | 38 ++---------------------------------- 1 file changed, 2 insertions(+), 36 deletions(-) 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',