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:
parent
6d28cd959e
commit
801e31dc4e
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user