From f5a872bf73a15ef9e67bbd0cad3bc6e84add3e0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Wed, 11 Aug 2021 12:55:56 +0200 Subject: [PATCH] docs: update footer --- websitev2/docusaurus.config.js | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/websitev2/docusaurus.config.js b/websitev2/docusaurus.config.js index bf937982a3..a22a0cd81e 100644 --- a/websitev2/docusaurus.config.js +++ b/websitev2/docusaurus.config.js @@ -44,11 +44,19 @@ module.exports = { style: "dark", links: [ { - title: "Docs", + title: "Product", items: [ { label: "Docs", to: "/" + }, + { + label: "Open-Source", + href: "https://github.com/Unleash/unleash" + }, + { + label: "Roadmap", + href: "https://github.com/orgs/Unleash/projects/5" } ] }, @@ -68,15 +76,6 @@ module.exports = { href: "https://twitter.com/getunleash" } ] - }, - { - title: "More", - items: [ - { - label: "GitHub", - href: "https://github.com/Unleash/unleash" - } - ] } ], copyright: `Copyright © ${new Date().getFullYear()} Unleash. Built with Docusaurus.`,