From c0e30deafb8d525afbe12e670a130edd1b81f423 Mon Sep 17 00:00:00 2001 From: Melinda Fekete Date: Mon, 5 May 2025 15:02:05 +0200 Subject: [PATCH] docs: remove roadmap from footer (#9890) Remove Product Roadmap from footer and add Product Vision --- website/docusaurus.config.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/docusaurus.config.ts b/website/docusaurus.config.ts index f7002f08ab..82526ab9a5 100644 --- a/website/docusaurus.config.ts +++ b/website/docusaurus.config.ts @@ -352,6 +352,10 @@ class="header-github-link" label: 'Pricing', href: 'https://www.getunleash.io/pricing', }, + { + label: 'Product vision', + href: 'https://www.getunleash.io/product-vision', + }, { label: 'Open live demo', href: 'https://app.unleash-hosted.com/demo/login', @@ -381,10 +385,6 @@ class="header-github-link" label: 'Status', href: 'https://unleash.instatus.com', }, - { - label: 'Roadmap', - href: 'https://github.com/orgs/Unleash/projects/10/views/1', - }, { label: 'Changelog', href: 'https://github.com/Unleash/unleash/releases',