From 6b83a706a3e20b6f6dbaf2e2d5e88cd817ffe762 Mon Sep 17 00:00:00 2001 From: Shawn Erquhart Date: Tue, 22 Oct 2019 20:59:04 -0400 Subject: [PATCH] chore: switch chat links to slack (#2782) --- CONTRIBUTING.md | 2 +- README.md | 4 +-- packages/netlify-cms-app/README.md | 2 +- .../netlify-cms-backend-bitbucket/README.md | 2 +- .../netlify-cms-backend-git-gateway/README.md | 2 +- packages/netlify-cms-backend-github/README.md | 2 +- packages/netlify-cms-backend-gitlab/README.md | 2 +- packages/netlify-cms-backend-test/README.md | 2 +- packages/netlify-cms-core/README.md | 2 +- .../README.md | 2 +- packages/netlify-cms-lib-auth/README.md | 2 +- packages/netlify-cms-lib-util/README.md | 2 +- .../README.md | 2 +- .../README.md | 2 +- packages/netlify-cms-ui-default/README.md | 2 +- packages/netlify-cms-widget-boolean/README.md | 2 +- packages/netlify-cms-widget-date/README.md | 2 +- .../netlify-cms-widget-datetime/README.md | 2 +- packages/netlify-cms-widget-file/README.md | 2 +- packages/netlify-cms-widget-image/README.md | 2 +- packages/netlify-cms-widget-list/README.md | 2 +- packages/netlify-cms-widget-map/README.md | 2 +- .../netlify-cms-widget-markdown/README.md | 2 +- packages/netlify-cms-widget-number/README.md | 2 +- packages/netlify-cms-widget-object/README.md | 2 +- .../netlify-cms-widget-relation/README.md | 2 +- packages/netlify-cms-widget-select/README.md | 2 +- packages/netlify-cms-widget-string/README.md | 2 +- packages/netlify-cms-widget-text/README.md | 2 +- packages/netlify-cms/README.md | 4 +-- website/content/blog/deploy-preview-links.md | 2 +- .../implementing-a-jekyll-cms-in-3-days.md | 2 +- ...support-and-a-new-monorepo-architecture.md | 2 +- ...-external-media-support-with-uploadcare.md | 2 +- .../blog/netlify-cms-gatsby-plugin-4-0-0.md | 2 +- ...fy-cms-now-supports-gitlab-as-a-backend.md | 2 +- website/content/docs/contributor-guide.md | 2 +- website/content/docs/intro.md | 2 +- website/content/pages/community.md | 2 +- website/data/landing.yaml | 2 +- website/data/notifications.yml | 6 ++-- website/package.json | 1 - website/src/components/layout.js | 2 +- website/src/css/imports/chat.css | 7 +++++ website/src/css/imports/gitter.css | 26 ------------------ website/src/html.js | 7 ++--- website/static/_redirects | 2 +- website/static/img/slack.png | Bin 0 -> 5059 bytes website/static/img/slack.svg | 24 ++++++++++++++++ website/yarn.lock | 4 --- 50 files changed, 81 insertions(+), 82 deletions(-) create mode 100644 website/src/css/imports/chat.css delete mode 100644 website/src/css/imports/gitter.css create mode 100644 website/static/img/slack.png create mode 100644 website/static/img/slack.svg diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e77a3132..732cfcd4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -123,7 +123,7 @@ yarn format We actively welcome your pull requests! -If you need help with Git or our workflow, please ask on [Gitter.im](https://gitter.im/netlify/NetlifyCMS). We want your contributions even if you're just learning Git. Our maintainers are happy to help! +If you need help with Git or our workflow, please ask in our [community chat](https://netlifycms.org/chat). We want your contributions even if you're just learning Git. Our maintainers are happy to help! Netlify CMS uses the [Forking Workflow](https://www.atlassian.com/git/tutorials/comparing-workflows/forking-workflow) + [Feature Branches](https://www.atlassian.com/git/tutorials/comparing-workflows/feature-branch-workflow). Additionally, PR's should be [rebased](https://www.atlassian.com/git/tutorials/merging-vs-rebasing) on master when opened, and again before merging. diff --git a/README.md b/README.md index 4a58dbcf..de49c65d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Netlify CMS -[![Gitter Chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/netlify/netlifycms) +[![Join us on Slack](https://raw.githubusercontent.com/netlify/netlify-cms/master/website/static/img/slack.png)](https://netlifycms.org/chat) A CMS for static site generators. Give users a simple way to edit and add content to any site built with a static site generator. @@ -28,7 +28,7 @@ The Netlify CMS can be used in two different ways. # Community -Netlify CMS has a [Gitter community](https://gitter.im/netlify/netlifycms) where members of the community hang out and share things about the project, as well as give and receive support. +Netlify CMS has a [community chat](https://netlifycms.org/chat) where users and contributors come to share things about the project, as well as give and receive support. # Contributing diff --git a/packages/netlify-cms-app/README.md b/packages/netlify-cms-app/README.md index 86b8e6b1..b52547e0 100644 --- a/packages/netlify-cms-app/README.md +++ b/packages/netlify-cms-app/README.md @@ -1,5 +1,5 @@ # Netlify CMS App -[![](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/netlify/netlifycms) +[![Join us on Slack](https://raw.githubusercontent.com/netlify/netlify-cms/master/website/static/img/slack.png)](https://netlifycms.org/chat) _For a Netlify CMS overview, see the general [Netlify CMS project README](https://github.com/netlify/netlify-cms)._ diff --git a/packages/netlify-cms-backend-bitbucket/README.md b/packages/netlify-cms-backend-bitbucket/README.md index 1ea3b3ca..9a92046e 100644 --- a/packages/netlify-cms-backend-bitbucket/README.md +++ b/packages/netlify-cms-backend-bitbucket/README.md @@ -7,5 +7,5 @@ In the meantime, you can: 1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation site](https://www.netlifycms.org) for more info. -2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help. +2. Reach out to the [community chat](https://netlifycms.org/chat/) if you need help. 3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-backend-bitbucket/README.md)! diff --git a/packages/netlify-cms-backend-git-gateway/README.md b/packages/netlify-cms-backend-git-gateway/README.md index c6ba623c..8373c962 100644 --- a/packages/netlify-cms-backend-git-gateway/README.md +++ b/packages/netlify-cms-backend-git-gateway/README.md @@ -7,5 +7,5 @@ In the meantime, you can: 1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation site](https://www.netlifycms.org) for more info. -2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help. +2. Reach out to the [community chat](https://netlifycms.org/chat/) if you need help. 3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-backend-git-gateway/README.md)! diff --git a/packages/netlify-cms-backend-github/README.md b/packages/netlify-cms-backend-github/README.md index 98b2d1a4..8eb3f668 100644 --- a/packages/netlify-cms-backend-github/README.md +++ b/packages/netlify-cms-backend-github/README.md @@ -7,5 +7,5 @@ In the meantime, you can: 1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation site](https://www.netlifycms.org) for more info. -2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help. +2. Reach out to the [community chat](https://netlifycms.org/chat/) if you need help. 3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-backend-github/README.md)! diff --git a/packages/netlify-cms-backend-gitlab/README.md b/packages/netlify-cms-backend-gitlab/README.md index 41c9d841..a01b5e24 100644 --- a/packages/netlify-cms-backend-gitlab/README.md +++ b/packages/netlify-cms-backend-gitlab/README.md @@ -7,5 +7,5 @@ In the meantime, you can: 1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation site](https://www.netlifycms.org) for more info. -2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help. +2. Reach out to the [community chat](https://netlifycms.org/chat/) if you need help. 3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-backend-gitlab/README.md)! diff --git a/packages/netlify-cms-backend-test/README.md b/packages/netlify-cms-backend-test/README.md index ead4454a..1313a3b3 100644 --- a/packages/netlify-cms-backend-test/README.md +++ b/packages/netlify-cms-backend-test/README.md @@ -7,5 +7,5 @@ In the meantime, you can: 1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation site](https://www.netlifycms.org) for more info. -2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help. +2. Reach out to the [community chat](https://netlifycms.org/chat/) if you need help. 3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-backend-test/README.md)! diff --git a/packages/netlify-cms-core/README.md b/packages/netlify-cms-core/README.md index 15c480a9..fe9fafd0 100644 --- a/packages/netlify-cms-core/README.md +++ b/packages/netlify-cms-core/README.md @@ -7,5 +7,5 @@ In the meantime, you can: 1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation site](https://www.netlifycms.org) for more info. -2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help. +2. Reach out to the [community chat](https://netlifycms.org/chat/) if you need help. 3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-core/README.md)! diff --git a/packages/netlify-cms-editor-component-image/README.md b/packages/netlify-cms-editor-component-image/README.md index af349244..ff3b13e8 100644 --- a/packages/netlify-cms-editor-component-image/README.md +++ b/packages/netlify-cms-editor-component-image/README.md @@ -7,5 +7,5 @@ In the meantime, you can: 1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation site](https://www.netlifycms.org) for more info. -2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help. +2. Reach out to the [community chat](https://netlifycms.org/chat/) if you need help. 3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-editor-component-image/README.md)! diff --git a/packages/netlify-cms-lib-auth/README.md b/packages/netlify-cms-lib-auth/README.md index 1d2d1b69..dfd06420 100644 --- a/packages/netlify-cms-lib-auth/README.md +++ b/packages/netlify-cms-lib-auth/README.md @@ -7,5 +7,5 @@ In the meantime, you can: 1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation site](https://www.netlifycms.org) for more info. -2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help. +2. Reach out to the [community chat](https://netlifycms.org/chat/) if you need help. 3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-lib-auth/README.md)! diff --git a/packages/netlify-cms-lib-util/README.md b/packages/netlify-cms-lib-util/README.md index 8ed1b756..5e1eb5b5 100644 --- a/packages/netlify-cms-lib-util/README.md +++ b/packages/netlify-cms-lib-util/README.md @@ -7,5 +7,5 @@ In the meantime, you can: 1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation site](https://www.netlifycms.org) for more info. -2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help. +2. Reach out to the [community chat](https://netlifycms.org/chat/) if you need help. 3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-lib-util/README.md)! diff --git a/packages/netlify-cms-media-library-cloudinary/README.md b/packages/netlify-cms-media-library-cloudinary/README.md index 49f13fd3..0e619c7f 100644 --- a/packages/netlify-cms-media-library-cloudinary/README.md +++ b/packages/netlify-cms-media-library-cloudinary/README.md @@ -7,5 +7,5 @@ In the meantime, you can: 1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation site](https://www.netlifycms.org) for more info. -2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help. +2. Reach out to the [community chat](https://netlifycms.org/chat/) if you need help. 3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-media-library-cloudinary/README.md)! diff --git a/packages/netlify-cms-media-library-uploadcare/README.md b/packages/netlify-cms-media-library-uploadcare/README.md index 78c73c5c..d78b29c0 100644 --- a/packages/netlify-cms-media-library-uploadcare/README.md +++ b/packages/netlify-cms-media-library-uploadcare/README.md @@ -7,5 +7,5 @@ In the meantime, you can: 1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation site](https://www.netlifycms.org) for more info. -2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help. +2. Reach out to the [community chat](https://netlifycms.org/chat/) if you need help. 3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-media-library-uploadcare/README.md)! diff --git a/packages/netlify-cms-ui-default/README.md b/packages/netlify-cms-ui-default/README.md index 636cb2c3..8563f790 100644 --- a/packages/netlify-cms-ui-default/README.md +++ b/packages/netlify-cms-ui-default/README.md @@ -7,5 +7,5 @@ In the meantime, you can: 1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation site](https://www.netlifycms.org) for more info. -2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help. +2. Reach out to the [community chat](https://netlifycms.org/chat/) if you need help. 3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-ui-default/README.md)! diff --git a/packages/netlify-cms-widget-boolean/README.md b/packages/netlify-cms-widget-boolean/README.md index 6241d253..3e634ea8 100644 --- a/packages/netlify-cms-widget-boolean/README.md +++ b/packages/netlify-cms-widget-boolean/README.md @@ -7,5 +7,5 @@ In the meantime, you can: 1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation site](https://www.netlifycms.org) for more info. -2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help. +2. Reach out to the [community chat](https://netlifycms.org/chat/) if you need help. 3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-widget-boolean/README.md)! diff --git a/packages/netlify-cms-widget-date/README.md b/packages/netlify-cms-widget-date/README.md index 4d9eae57..914210b9 100644 --- a/packages/netlify-cms-widget-date/README.md +++ b/packages/netlify-cms-widget-date/README.md @@ -7,5 +7,5 @@ In the meantime, you can: 1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation site](https://www.netlifycms.org) for more info. -2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help. +2. Reach out to the [community chat](https://netlifycms.org/chat/) if you need help. 3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-widget-date/README.md)! diff --git a/packages/netlify-cms-widget-datetime/README.md b/packages/netlify-cms-widget-datetime/README.md index 67211ab3..7333c130 100644 --- a/packages/netlify-cms-widget-datetime/README.md +++ b/packages/netlify-cms-widget-datetime/README.md @@ -7,5 +7,5 @@ In the meantime, you can: 1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation site](https://www.netlifycms.org) for more info. -2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help. +2. Reach out to the [community chat](https://netlifycms.org/chat/) if you need help. 3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-widget-datetime/README.md)! diff --git a/packages/netlify-cms-widget-file/README.md b/packages/netlify-cms-widget-file/README.md index acd32a9f..79ab5db0 100644 --- a/packages/netlify-cms-widget-file/README.md +++ b/packages/netlify-cms-widget-file/README.md @@ -7,5 +7,5 @@ In the meantime, you can: 1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation site](https://www.netlifycms.org) for more info. -2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help. +2. Reach out to the [community chat](https://netlifycms.org/chat/) if you need help. 3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-widget-file/README.md)! diff --git a/packages/netlify-cms-widget-image/README.md b/packages/netlify-cms-widget-image/README.md index f5af0701..423fc8d8 100644 --- a/packages/netlify-cms-widget-image/README.md +++ b/packages/netlify-cms-widget-image/README.md @@ -7,5 +7,5 @@ In the meantime, you can: 1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation site](https://www.netlifycms.org) for more info. -2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help. +2. Reach out to the [community chat](https://netlifycms.org/chat/) if you need help. 3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-widget-image/README.md)! diff --git a/packages/netlify-cms-widget-list/README.md b/packages/netlify-cms-widget-list/README.md index a54600de..168c1e29 100644 --- a/packages/netlify-cms-widget-list/README.md +++ b/packages/netlify-cms-widget-list/README.md @@ -7,5 +7,5 @@ In the meantime, you can: 1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation site](https://www.netlifycms.org) for more info. -2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help. +2. Reach out to the [community chat](https://netlifycms.org/chat/) if you need help. 3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-widget-list/README.md)! diff --git a/packages/netlify-cms-widget-map/README.md b/packages/netlify-cms-widget-map/README.md index d9f3032a..efcf1fcf 100644 --- a/packages/netlify-cms-widget-map/README.md +++ b/packages/netlify-cms-widget-map/README.md @@ -7,5 +7,5 @@ In the meantime, you can: 1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation site](https://www.netlifycms.org) for more info. -2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help. +2. Reach out to the [community chat](https://netlifycms.org/chat/) if you need help. 3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-widget-map/README.md)! diff --git a/packages/netlify-cms-widget-markdown/README.md b/packages/netlify-cms-widget-markdown/README.md index 200350be..4806791c 100644 --- a/packages/netlify-cms-widget-markdown/README.md +++ b/packages/netlify-cms-widget-markdown/README.md @@ -7,5 +7,5 @@ In the meantime, you can: 1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation site](https://www.netlifycms.org) for more info. -2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help. +2. Reach out to the [community chat](https://netlifycms.org/chat/) if you need help. 3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-widget-markdown/README.md)! diff --git a/packages/netlify-cms-widget-number/README.md b/packages/netlify-cms-widget-number/README.md index 685c9dcb..ed616301 100644 --- a/packages/netlify-cms-widget-number/README.md +++ b/packages/netlify-cms-widget-number/README.md @@ -7,5 +7,5 @@ In the meantime, you can: 1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation site](https://www.netlifycms.org) for more info. -2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help. +2. Reach out to the [community chat](https://netlifycms.org/chat/) if you need help. 3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-widget-number/README.md)! diff --git a/packages/netlify-cms-widget-object/README.md b/packages/netlify-cms-widget-object/README.md index 17387fcf..fd4d5d2e 100644 --- a/packages/netlify-cms-widget-object/README.md +++ b/packages/netlify-cms-widget-object/README.md @@ -7,5 +7,5 @@ In the meantime, you can: 1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation site](https://www.netlifycms.org) for more info. -2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help. +2. Reach out to the [community chat](https://netlifycms.org/chat/) if you need help. 3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-widget-object/README.md)! diff --git a/packages/netlify-cms-widget-relation/README.md b/packages/netlify-cms-widget-relation/README.md index 918a8d17..95a2de90 100644 --- a/packages/netlify-cms-widget-relation/README.md +++ b/packages/netlify-cms-widget-relation/README.md @@ -7,5 +7,5 @@ In the meantime, you can: 1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation site](https://www.netlifycms.org) for more info. -2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help. +2. Reach out to the [community chat](https://netlifycms.org/chat/) if you need help. 3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-widget-relation/README.md)! diff --git a/packages/netlify-cms-widget-select/README.md b/packages/netlify-cms-widget-select/README.md index 88a7bccc..77dfc958 100644 --- a/packages/netlify-cms-widget-select/README.md +++ b/packages/netlify-cms-widget-select/README.md @@ -7,5 +7,5 @@ In the meantime, you can: 1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation site](https://www.netlifycms.org) for more info. -2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help. +2. Reach out to the [community chat](https://netlifycms.org/chat/) if you need help. 3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-widget-select/README.md)! diff --git a/packages/netlify-cms-widget-string/README.md b/packages/netlify-cms-widget-string/README.md index 6e429394..c4f6f5ae 100644 --- a/packages/netlify-cms-widget-string/README.md +++ b/packages/netlify-cms-widget-string/README.md @@ -7,5 +7,5 @@ In the meantime, you can: 1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation site](https://www.netlifycms.org) for more info. -2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help. +2. Reach out to the [community chat](https://netlifycms.org/chat/) if you need help. 3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-widget-string/README.md)! diff --git a/packages/netlify-cms-widget-text/README.md b/packages/netlify-cms-widget-text/README.md index 2459cac9..ad2d6cc8 100644 --- a/packages/netlify-cms-widget-text/README.md +++ b/packages/netlify-cms-widget-text/README.md @@ -7,5 +7,5 @@ In the meantime, you can: 1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation site](https://www.netlifycms.org) for more info. -2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help. +2. Reach out to the [community chat](https://netlifycms.org/chat/) if you need help. 3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-widget-text/README.md)! diff --git a/packages/netlify-cms/README.md b/packages/netlify-cms/README.md index a0d08044..97e47a36 100644 --- a/packages/netlify-cms/README.md +++ b/packages/netlify-cms/README.md @@ -1,5 +1,5 @@ # Netlify CMS -[![](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/netlify/netlifycms) +[![Join us on Slack](https://raw.githubusercontent.com/netlify/netlify-cms/master/website/static/img/slack.png)](https://netlifycms.org/chat) A CMS for static site generators. Give non-technical users a simple way to edit and add content to any site built with a static site generator. @@ -28,7 +28,7 @@ The Netlify CMS can be used in two different ways. # Community -Netlify CMS has a [Gitter community](https://gitter.im/netlify/netlifycms) where members of the community hang out and share things about the project, as well as give and receive support. +Netlify CMS has a [community chat](https://netlifycms.org/chat) where users and contributors come to share things about the project, as well as give and receive support. # Contributing diff --git a/website/content/blog/deploy-preview-links.md b/website/content/blog/deploy-preview-links.md index cb03d05c..8c46718d 100644 --- a/website/content/blog/deploy-preview-links.md +++ b/website/content/blog/deploy-preview-links.md @@ -63,4 +63,4 @@ Support is coming soon for these two awesome backends! Stay tuned. ## Try it out! Deploy preview links are live in Netlify CMS 2.4.0. Please give them a try and let us know if you have any problems by [opening an issue](https://github.com/netlify/netlify-cms/issues/new) or -reaching out in our [community chat on Gitter](https://gitter.im/netlify/netlifycms)! +reaching out in our [community chat](https://netlifycms.org/chat)! diff --git a/website/content/blog/implementing-a-jekyll-cms-in-3-days.md b/website/content/blog/implementing-a-jekyll-cms-in-3-days.md index be2819ed..19c868da 100644 --- a/website/content/blog/implementing-a-jekyll-cms-in-3-days.md +++ b/website/content/blog/implementing-a-jekyll-cms-in-3-days.md @@ -434,7 +434,7 @@ That said, [we’re never done](https://www.dwolla.com/about/core-beliefs/). We - The Netlify CMS interface is simple and easy to learn for content editors - Branch deploys and previews are amazing - Netlify’s free plans give you the freedom to evaluate the offering before committing -- There is an active and very helpful [community](https://gitter.im/netlify/NetlifyCMS) for Netlify CMS on Gitter +- There is an active and very helpful [community chat](https://netlifycms.org/chat) for Netlify CMS - Netlify CMS is open source and welcomes contributions ### Cons diff --git a/website/content/blog/netlify-cms-2-0-launches-with-bitbucket-support-and-a-new-monorepo-architecture.md b/website/content/blog/netlify-cms-2-0-launches-with-bitbucket-support-and-a-new-monorepo-architecture.md index 8a939669..c2d14c6e 100644 --- a/website/content/blog/netlify-cms-2-0-launches-with-bitbucket-support-and-a-new-monorepo-architecture.md +++ b/website/content/blog/netlify-cms-2-0-launches-with-bitbucket-support-and-a-new-monorepo-architecture.md @@ -27,4 +27,4 @@ The other big change with 2.0 is the migration from a single codebase to a colle Upcoming feature releases will bring new image handling features and a number of improved APIs, adding even more possibilities to future CMS extensions. -We’re always looking for more ideas and helping hands, so if you want to help build a smarter, safer, and more scalable CMS, we’d love your [contributions](/docs/contributor-guide/). Give us a shout on [Twitter](https://twitter.com/netlifycms) or [Gitter](https://github.com/netlify/netlify-cms/pull/525) if you have questions or ideas. +We’re always looking for more ideas and helping hands, so if you want to help build a smarter, safer, and more scalable CMS, we’d love your [contributions](/docs/contributor-guide/). Give us a shout on [Twitter](https://twitter.com/netlifycms) or in our [community chat](/chat) if you have questions or ideas. diff --git a/website/content/blog/netlify-cms-2-1-0-adds-external-media-support-with-uploadcare.md b/website/content/blog/netlify-cms-2-1-0-adds-external-media-support-with-uploadcare.md index 1f5e7b98..82c9156e 100644 --- a/website/content/blog/netlify-cms-2-1-0-adds-external-media-support-with-uploadcare.md +++ b/website/content/blog/netlify-cms-2-1-0-adds-external-media-support-with-uploadcare.md @@ -54,4 +54,4 @@ As mentioned previously, we have more amazing providers coming soon! (Looking at We'll also be finalizing and documenting the media library integration API so developers can build their own integrations for services that aren't on our radar. S3 anybody? -Questions or comments? Reach out [on Gitter](https://gitter.im/netlify/netlifycms). +Questions or comments? Reach out in our [community chat](https://netlifycms.org/chat). diff --git a/website/content/blog/netlify-cms-gatsby-plugin-4-0-0.md b/website/content/blog/netlify-cms-gatsby-plugin-4-0-0.md index ab4c4c97..4f962346 100644 --- a/website/content/blog/netlify-cms-gatsby-plugin-4-0-0.md +++ b/website/content/blog/netlify-cms-gatsby-plugin-4-0-0.md @@ -130,4 +130,4 @@ module.exports = { } ``` -If you run into a problem or need help, [open an issue on GitHub](https://github.com/netlify/netlify-cms/issues/new/choose) or [chat with our community on Gitter](https://gitter.im/netlify/netlifycms)! +If you run into a problem or need help, [open an issue on GitHub](https://github.com/netlify/netlify-cms/issues/new/choose) or [chat with our community](https://netlifycms.org/chat)! diff --git a/website/content/blog/netlify-cms-now-supports-gitlab-as-a-backend.md b/website/content/blog/netlify-cms-now-supports-gitlab-as-a-backend.md index 2a81ec70..8f247c62 100644 --- a/website/content/blog/netlify-cms-now-supports-gitlab-as-a-backend.md +++ b/website/content/blog/netlify-cms-now-supports-gitlab-as-a-backend.md @@ -29,4 +29,4 @@ Lastly, one particularly exciting thing about using GitLab as your backend is th ## What’s next -We’re already working toward [Bitbucket](https://github.com/netlify/netlify-cms/pull/525) support and will be releasing it as soon as possible! We’re also focused on the upcoming release of [Netlify CMS 2.0](https://github.com/netlify/netlify-cms/issues/1280), which will bring new image handling features and improvements, and improved APIs for better CMS extensions. We’re also looking for more ideas and helping hands, so if you’re keen to build a smarter, safer, and more scalable CMS, we’d love your contributions. Give us a shout on [Twitter](https://twitter.com/netlifycms) or Gitter if you have questions or ideas. +We’re already working toward [Bitbucket](https://github.com/netlify/netlify-cms/pull/525) support and will be releasing it as soon as possible! We’re also focused on the upcoming release of [Netlify CMS 2.0](https://github.com/netlify/netlify-cms/issues/1280), which will bring new image handling features and improvements, and improved APIs for better CMS extensions. We’re also looking for more ideas and helping hands, so if you’re keen to build a smarter, safer, and more scalable CMS, we’d love your contributions. Give us a shout on [Twitter](https://twitter.com/netlifycms) or in [community chat](/chat) if you have questions or ideas. diff --git a/website/content/docs/contributor-guide.md b/website/content/docs/contributor-guide.md index 64b588eb..4bd42a38 100644 --- a/website/content/docs/contributor-guide.md +++ b/website/content/docs/contributor-guide.md @@ -29,7 +29,7 @@ If you are able to offer up a change to existing content, we welcome this. Once While we work on building this page (and you can help!), here are some links with more information about getting involved: * [Setup instructions and Contribution Guidelines](https://github.com/netlify/netlify-cms/blob/master/CONTRIBUTING.md) -* [Join us on Gitter](https://gitter.im/netlify/NetlifyCMS) +* [Join our Community Chat](https://netlifycms.org/chat) * [Code of Conduct](https://github.com/netlify/netlify-cms/blob/master/CODE_OF_CONDUCT.md) * [Project Milestones](https://github.com/netlify/netlify-cms/milestones) * [Good First Issues](https://github.com/netlify/netlify-cms/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22good+first+issue%22+-label%3Aclaimed) diff --git a/website/content/docs/intro.md b/website/content/docs/intro.md index 446b369d..3986e61e 100755 --- a/website/content/docs/intro.md +++ b/website/content/docs/intro.md @@ -34,5 +34,5 @@ If you hook up Netlify CMS to your website, you're basically adding a tool for c - Get a feel for the UI in the [demo site](https://cms-demo.netlify.com). (No login required. Click the login button to go straight to the CMS editor UI.) - [Start with a template](../start-with-a-template/) to make a Netlify CMS-enabled site of your own. - Configure your existing site by following a [tutorial](../add-to-your-site/) or checking [configuration options](../configuration-options). -- Ask questions and share ideas in the Netlify CMS community on [Gitter](https://gitter.im/netlify/netlifycms). +- Ask questions and share ideas in the Netlify CMS [community chat](https://netlifycms.org/chat). - Get involved in new developments and become a [contributor](../contributor-guide/). diff --git a/website/content/pages/community.md b/website/content/pages/community.md index 76348c23..aa466e57 100644 --- a/website/content/pages/community.md +++ b/website/content/pages/community.md @@ -7,7 +7,7 @@ sections: channels: - title: Netlify CMS Slack description: Live community chat for all things Netlify CMS. - url: /slack + url: /chat - 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 diff --git a/website/data/landing.yaml b/website/data/landing.yaml index 460899c2..aadfc417 100644 --- a/website/data/landing.yaml +++ b/website/data/landing.yaml @@ -34,7 +34,7 @@ community: - feature: "Built on the JAMstack" description: "Netlify CMS is based on client-side JavaScript, reusable APIs and prebuilt Markup. Compared to server-side CMS like WordPress, this means better performance, higher security, lower cost of scaling, and a better developer experience. You can learn more about the JAMstack on [jamstack.org](https://jamstack.org)." - feature: "Support when you need it" - description: "Get up and running with comprehensive [documentation](/docs) and templates or work through difficult problems with help from the community on [Gitter](https://gitter.im/netlify/NetlifyCMS)." + description: "Get up and running with comprehensive [documentation](/docs) and templates or work through difficult problems in our [community chat](https://netlifycms.org/chat)." - feature: "A community-driven project you can help evolve" description: "Netlify CMS is built by a community of more than 100 contributors — and you can help. Join our [bi-weekly planning sessions](/community) or read the [contributing guide](/docs/contributor-guide) to join in." contributors: "Made possible by awesome contributors" diff --git a/website/data/notifications.yml b/website/data/notifications.yml index 916a8457..33c73322 100644 --- a/website/data/notifications.yml +++ b/website/data/notifications.yml @@ -9,11 +9,11 @@ notifications: https://www.eventbrite.com/e/netlify-cms-planning-session-bi-weekly-tickets-35794058994 - loud: true message: >- - We have a community on Gitter - join now to ask questions and discuss the + We have a community chat - join now to ask questions and discuss the project with other devs! published: false - title: Gitter shoutout - url: 'https://gitter.im/netlify/netlifycms' + title: Chat shoutout + url: 'https://netlifycms.org/chat' - loud: true message: Netlify CMS now supports GitLab! published: false diff --git a/website/package.json b/website/package.json index d0802441..6c2a0db5 100644 --- a/website/package.json +++ b/website/package.json @@ -41,7 +41,6 @@ "react-dom": "^16.4.2", "react-helmet": "^5.2.0", "react-markdown": "^3.3.2", - "react-sidecar": "^0.1.1", "smooth-scroll": "^14.2.0" }, "devDependencies": { diff --git a/website/src/components/layout.js b/website/src/components/layout.js index a9093d43..dfcd9afa 100644 --- a/website/src/components/layout.js +++ b/website/src/components/layout.js @@ -8,7 +8,7 @@ import Notification from './notification'; import '../css/imports/base.css'; import '../css/imports/utilities.css'; -import '../css/imports/gitter.css'; +import '../css/imports/chat.css'; const Layout = ({ children }) => { return ( diff --git a/website/src/css/imports/chat.css b/website/src/css/imports/chat.css new file mode 100644 index 00000000..b6928fc7 --- /dev/null +++ b/website/src/css/imports/chat.css @@ -0,0 +1,7 @@ +.chat-button { + z-index: 100; + position: fixed; + bottom: 10px; + right: 10px; + cursor: pointer; +} diff --git a/website/src/css/imports/gitter.css b/website/src/css/imports/gitter.css deleted file mode 100644 index c222f4d9..00000000 --- a/website/src/css/imports/gitter.css +++ /dev/null @@ -1,26 +0,0 @@ -.gitter-open-chat-button { - &, - &:visited { - padding: $tiny $small; - font-family: $roboto; - font-size: $tiny; - letter-spacing: 0.5px; - color: $grey; - background-color: $green; - box-shadow: 0 2px 16px 0 rgba(68, 74, 87, 0.15), 0 1px 4px 0 rgba(68, 74, 87, 0.3); - } - - &:hover { - background-color: $lightGreen; - box-shadow: 0 2px 16px 0 rgba(68, 74, 87, 0.25), 0 1px 4px 0 rgba(68, 74, 87, 0.5); - } - - &:focus { - box-shadow: 0 0 6px 3px rgba(62, 160, 127, 0.6); - transition: none; - } - - &:active { - color: $lightGrey; - } -} diff --git a/website/src/html.js b/website/src/html.js index 2b71923b..5056304a 100644 --- a/website/src/html.js +++ b/website/src/html.js @@ -1,7 +1,4 @@ import React from 'react'; -// gatsby throws some error when importing just react-sidecar. -// Maybe because jsx file ext? -import Gitter from 'react-sidecar/dist-modules/index.js'; class HTML extends React.Component { render() { @@ -27,7 +24,9 @@ class HTML extends React.Component { {this.props.preBodyComponents}
{this.props.postBodyComponents} - + + +