From 801e31dc4e7a358435ec6d459243a35f2fbc5291 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Tue, 17 Jan 2023 13:26:59 +0100 Subject: [PATCH] docs: update footer links (#2904) ## What This PR: - adds a footer link to GitHub discussions - updates the link to the public roadmap ## Why Because we want more people to use discussions as a resource and because the old roadmap link leads to a deprecated roadmap. --- website/docusaurus.config.js | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index ea40a7e5ad..337d36c55b 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -113,7 +113,7 @@ module.exports = { }, { label: 'Roadmap', - href: 'https://github.com/orgs/Unleash/projects/5', + href: 'https://github.com/orgs/Unleash/projects/10', }, ], }, @@ -121,13 +121,17 @@ module.exports = { title: 'Community', items: [ { - label: 'Stack Overflow', - href: 'https://stackoverflow.com/questions/tagged/unleash', + label: 'GitHub discussions', + href: 'https://github.com/unleash/unleash/discussions/', }, { label: 'Slack', href: 'https://slack.unleash.run/', }, + { + label: 'Stack Overflow', + href: 'https://stackoverflow.com/questions/tagged/unleash', + }, { label: 'Twitter', href: 'https://twitter.com/getunleash',