diff --git a/README.md b/README.md index 344423c9..d903d5ec 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ [Docs](https://staticcms.org/) | [Demo](https://demo.staticcms.org/) | [Issues](https://github.com/StaticJsCMS/static-cms/issues) +| [Discord](https://discord.gg/ZWJM9pBMjj) @@ -112,3 +113,7 @@ Please make sure you understand its [implications and guarantees](https://writin # Decap Static CMS is a fork of [Decap](https://github.com/decaporg/decap-cms) (previously Netlify CMS) focusing on the core product over adding massive, scope expanding, new features. + +## Support + +For help with integrating Static CMS with your site, check out the community [Discord](https://discord.com/invite/ZWJM9pBMjj). diff --git a/packages/docs/content/community.json b/packages/docs/content/community.json index 29906f1d..46654546 100644 --- a/packages/docs/content/community.json +++ b/packages/docs/content/community.json @@ -15,6 +15,11 @@ { "title": "Support", "links": [ + { + "title": "Static CMS Discord", + "description": "Live community chat for all things Static CMS", + "url": "https://discord.gg/ZWJM9pBMjj" + }, { "title": "Static CMS Community", "description": "Ask and answer questions on GitHub discussions tab", diff --git a/packages/docs/next.config.js b/packages/docs/next.config.js index 405c8919..303c711e 100644 --- a/packages/docs/next.config.js +++ b/packages/docs/next.config.js @@ -9,6 +9,7 @@ const withBundleAnalyzer = require('@next/bundle-analyzer')({ const redirects = [ { source: '/docs', destination: '/docs/intro', permanent: true }, + { source: '/chat', destination: 'https://discord.gg/ZWJM9pBMjj', permanent: true }, ]; /** @type {import('next').NextConfig} */