1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-31 00:16:47 +01:00

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.
This commit is contained in:
Thomas Heartman 2023-01-17 13:26:59 +01:00 committed by GitHub
parent 6d28cd959e
commit 801e31dc4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,7 +113,7 @@ module.exports = {
}, },
{ {
label: 'Roadmap', 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', title: 'Community',
items: [ items: [
{ {
label: 'Stack Overflow', label: 'GitHub discussions',
href: 'https://stackoverflow.com/questions/tagged/unleash', href: 'https://github.com/unleash/unleash/discussions/',
}, },
{ {
label: 'Slack', label: 'Slack',
href: 'https://slack.unleash.run/', href: 'https://slack.unleash.run/',
}, },
{
label: 'Stack Overflow',
href: 'https://stackoverflow.com/questions/tagged/unleash',
},
{ {
label: 'Twitter', label: 'Twitter',
href: 'https://twitter.com/getunleash', href: 'https://twitter.com/getunleash',