doc/md/slack: documentation on how to join the slack channel (#1581)

This commit is contained in:
Rotem Tamir
2021-05-20 13:39:05 +03:00
committed by GitHub
parent d114942589
commit da20bba97d
3 changed files with 16 additions and 4 deletions

11
doc/md/slack.md Normal file
View File

@@ -0,0 +1,11 @@
---
id: slack
title: Join us on Slack
---
Ent maintainers, contributors and users hang out on the #ent channel in the Gophers Slack workspace.
To join the discussion:
1. Sign up to the Gophers Slack workspace via the [invite link](https://invite.slack.golangbridge.org/).
2. Join the #ent channel manually or via [this link](https://app.slack.com/client/T029RQSE6/C01FMSQDT53). (it will work only if you are logged in to slack from your browser)

View File

@@ -43,7 +43,7 @@ module.exports={
"pinned": true
}
],
"slackChannel": "https://app.slack.com/client/T029RQSE6/C01FMSQDT53",
"slackChannel": "/docs/slack",
"newsletter": "https://www.getrevue.co/profile/ent",
"githubRepo": "https://github.com/ent/ent"
},
@@ -107,7 +107,7 @@ module.exports={
},
{to: 'blog', label: 'Blog', position: 'left'},
{
href: 'https://app.slack.com/client/T029RQSE6/C01FMSQDT53',
href: '/docs/slack',
position: 'right',
className: 'header-slack-link',
'aria-label': 'Slack channel',
@@ -161,7 +161,7 @@ module.exports={
"title": "Community",
"items": [
{"label": "GitHub", "to": "https://github.com/ent/ent"},
{"label": "Slack", "to": "https://app.slack.com/client/T029RQSE6/C01FMSQDT53"},
{"label": "Slack", "to": "/docs/slack"},
{"label": "Newsletter", "to": "https://www.getrevue.co/profile/ent"},
{"label": "Discussions", "to": "https://github.com/ent/ent/discussions"},
{

View File

@@ -59,7 +59,8 @@ module.exports = {
'generating-ent-schemas',
'feature-flags',
'translations',
'contributors'
'contributors',
'slack'
],
collapsed: false,
},