mirror of
https://github.com/ent/ent.git
synced 2026-04-28 05:30:56 +03:00
doc/md/slack: documentation on how to join the slack channel (#1581)
This commit is contained in:
11
doc/md/slack.md
Normal file
11
doc/md/slack.md
Normal 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)
|
||||
@@ -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"},
|
||||
{
|
||||
|
||||
@@ -59,7 +59,8 @@ module.exports = {
|
||||
'generating-ent-schemas',
|
||||
'feature-flags',
|
||||
'translations',
|
||||
'contributors'
|
||||
'contributors',
|
||||
'slack'
|
||||
],
|
||||
collapsed: false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user