docs: add community slack link (#2773)
This commit is contained in:
parent
695d33f1d2
commit
db1385072c
4
.github/workflows/nodejs.yml
vendored
4
.github/workflows/nodejs.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: Node CI
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -27,5 +27,5 @@ jobs:
|
||||
yarn test:all:ci
|
||||
env:
|
||||
CI: true
|
||||
CYPRESS_RECORD_KEY: ${{secrets.CYPRESS_RECORD_KEY}}
|
||||
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
|
||||
NODE_OPTIONS: --max-old-space-size=4096
|
||||
|
@ -5,6 +5,9 @@ subhead: Get support, give support, and find out what's new through the channels
|
||||
sections:
|
||||
- title: support
|
||||
channels:
|
||||
- title: Netlify CMS Slack
|
||||
description: Live community chat for all things Netlify CMS.
|
||||
url: /slack
|
||||
- title: Netlify Community
|
||||
description: Ask and answer questions on the Netlify CMS channel of the Netlify community forum.
|
||||
url: https://community.netlify.com/c/netlify-platform/netlify-cms
|
||||
@ -14,9 +17,6 @@ sections:
|
||||
- title: Stack Overflow
|
||||
description: Secondary forum. Questions should be tagged `netlify-cms`.
|
||||
url: https://stackoverflow.com/questions/tagged/netlify-cms
|
||||
- title: Gitter Chat
|
||||
description: Live community chat for all things Netlify CMS.
|
||||
url: https://gitter.im/netlify/netlifycms
|
||||
- title: development
|
||||
channels:
|
||||
- title: Priorities
|
||||
|
@ -5,3 +5,7 @@
|
||||
|
||||
[build.environment]
|
||||
NODE_VERSION = "8"
|
||||
|
||||
[[redirects]]
|
||||
from = "/slack"
|
||||
to = "https://join.slack.com/t/netlifycms/shared_invite/enQtODAzMTc3MDI0NDM2LWE1N2NjOTIxMjU4MjYyYTJjYzhmM2ExYWZiMDYzZmZmNWNlYjRkYTk3NGRlYTc3MzBiNWE3ZjQ5NjFkMzAzYjk"
|
||||
|
Loading…
x
Reference in New Issue
Block a user