website: add link to ent discord server (#1930)

This commit is contained in:
Ariel Mashraki
2021-09-09 12:24:51 +03:00
committed by GitHub
parent fc2b2f2823
commit 139e8021e6
2 changed files with 26 additions and 2 deletions

View File

@@ -114,6 +114,12 @@ module.exports={
className: 'header-slack-link',
'aria-label': 'Slack channel',
},
{
href: 'https://discord.gg/qZmPgTE6RX',
position: 'right',
className: 'header-discord-link',
'aria-label': 'Discord Server',
},
{
href: 'https://www.getrevue.co/profile/ent',
position: 'right',
@@ -164,6 +170,7 @@ module.exports={
"items": [
{"label": "GitHub", "to": "https://github.com/ent/ent"},
{"label": "Slack", "to": "/docs/slack"},
{"label": "Discord", "to": "https://discord.gg/qZmPgTE6RX"},
{"label": "Newsletter", "to": "https://www.getrevue.co/profile/ent"},
{"label": "Discussions", "to": "https://github.com/ent/ent/discussions"},
{