Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 09e29b9

Browse files
committed
Revert "chore: remove references to discord"
This reverts commit 734cecd.
1 parent 9a627e5 commit 09e29b9

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
[Docs](https://staticcms.org/)
1212
| [Demo](https://demo.staticcms.org/)
1313
| [Issues](https://github.com/StaticJsCMS/static-cms/issues)
14+
| [Discord](https://discord.gg/ZWJM9pBMjj)
1415

1516
</div>
1617
</div>
@@ -112,3 +113,7 @@ Please make sure you understand its [implications and guarantees](https://writin
112113
# Decap
113114

114115
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.
116+
117+
## Support
118+
119+
For help with integrating Static CMS with your site, check out the community [Discord](https://discord.com/invite/ZWJM9pBMjj).

packages/docs/content/community.json

+5
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
{
1616
"title": "Support",
1717
"links": [
18+
{
19+
"title": "Static CMS Discord",
20+
"description": "Live community chat for all things Static CMS",
21+
"url": "https://discord.gg/ZWJM9pBMjj"
22+
},
1823
{
1924
"title": "Static CMS Community",
2025
"description": "Ask and answer questions on GitHub discussions tab",

packages/docs/next.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const withBundleAnalyzer = require('@next/bundle-analyzer')({
99

1010
const redirects = [
1111
{ source: '/docs', destination: '/docs/intro', permanent: true },
12+
{ source: '/chat', destination: 'https://discord.gg/ZWJM9pBMjj', permanent: true },
1213
];
1314

1415
/** @type {import('next').NextConfig} */

0 commit comments

Comments
 (0)