Revert "chore: remove references to discord"
This reverts commit 734cecd9b44e32b319621e141ae57b93cb6dc134.
This commit is contained in:
parent
9a627e5a83
commit
09e29b977f
@ -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)
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@ -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).
|
||||
|
@ -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",
|
||||
|
@ -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} */
|
||||
|
Loading…
x
Reference in New Issue
Block a user