From 734cecd9b44e32b319621e141ae57b93cb6dc134 Mon Sep 17 00:00:00 2001 From: Daniel Lautzenheiser Date: Wed, 13 Mar 2024 08:58:25 -0400 Subject: [PATCH] chore: remove references to discord --- README.md | 5 ----- packages/docs/content/community.json | 5 ----- packages/docs/next.config.js | 1 - 3 files changed, 11 deletions(-) diff --git a/README.md b/README.md index d903d5ec2..344423c93 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,6 @@ [Docs](https://staticcms.org/) | [Demo](https://demo.staticcms.org/) | [Issues](https://github.com/StaticJsCMS/static-cms/issues) -| [Discord](https://discord.gg/ZWJM9pBMjj) @@ -113,7 +112,3 @@ 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 46654546c..29906f1d9 100644 --- a/packages/docs/content/community.json +++ b/packages/docs/content/community.json @@ -15,11 +15,6 @@ { "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 303c711e7..405c89195 100644 --- a/packages/docs/next.config.js +++ b/packages/docs/next.config.js @@ -9,7 +9,6 @@ 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} */