chore: remove references to discord

This commit is contained in:
Daniel Lautzenheiser 2024-03-13 08:58:25 -04:00
parent 05ff1a104e
commit 734cecd9b4
3 changed files with 0 additions and 11 deletions

View File

@ -11,7 +11,6 @@
[Docs](https://staticcms.org/) [Docs](https://staticcms.org/)
| [Demo](https://demo.staticcms.org/) | [Demo](https://demo.staticcms.org/)
| [Issues](https://github.com/StaticJsCMS/static-cms/issues) | [Issues](https://github.com/StaticJsCMS/static-cms/issues)
| [Discord](https://discord.gg/ZWJM9pBMjj)
</div> </div>
</div> </div>
@ -113,7 +112,3 @@ Please make sure you understand its [implications and guarantees](https://writin
# Decap # 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. 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).

View File

@ -15,11 +15,6 @@
{ {
"title": "Support", "title": "Support",
"links": [ "links": [
{
"title": "Static CMS Discord",
"description": "Live community chat for all things Static CMS",
"url": "https://discord.gg/ZWJM9pBMjj"
},
{ {
"title": "Static CMS Community", "title": "Static CMS Community",
"description": "Ask and answer questions on GitHub discussions tab", "description": "Ask and answer questions on GitHub discussions tab",

View File

@ -9,7 +9,6 @@ const withBundleAnalyzer = require('@next/bundle-analyzer')({
const redirects = [ const redirects = [
{ source: '/docs', destination: '/docs/intro', permanent: true }, { source: '/docs', destination: '/docs/intro', permanent: true },
{ source: '/chat', destination: 'https://discord.gg/ZWJM9pBMjj', permanent: true },
]; ];
/** @type {import('next').NextConfig} */ /** @type {import('next').NextConfig} */