mirror of
https://github.com/ent/ent.git
synced 2026-05-02 23:50:54 +03:00
website: add link to ent discord server (#1930)
This commit is contained in:
@@ -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"},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user