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

Commit

Permalink
chore: remove references to discord
Browse files Browse the repository at this point in the history
  • Loading branch information
KaneFreeman committed Mar 13, 2024
1 parent 05ff1a1 commit 734cecd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

</div>
</div>
Expand Down Expand Up @@ -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).
5 changes: 0 additions & 5 deletions packages/docs/content/community.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion packages/docs/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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} */
Expand Down

0 comments on commit 734cecd

Please sign in to comment.