diff --git a/README.md b/README.md index feae3d9e..e63fd682 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ # Netlify CMS +A CMS for static site generators. Give users a simple way to edit +and add content to any site built with a static site generator. + +## Community Chat + Join us on Slack -A CMS for static site generators. Give users a simple way to edit -and add content to any site built with a static site generator. - ## How It Works Netlify CMS is a single-page app that you pull into the `/admin` part of your site. @@ -28,10 +30,6 @@ The Netlify CMS can be used in two different ways. To learn more about this installation method, refer to the [Quick Start Guide](https://www.netlifycms.org/docs/quick-start/) * A complete, more complex install, that gives you more flexibility but requires that you use a static site builder with a build system that supports npm packages. -# Community - -Netlify CMS has a [community chat](https://netlifycms.org/chat) where users and contributors come to share things about the project, as well as give and receive support. - # Contributing New contributors are always welcome! Check out [CONTRIBUTING.md](https://github.com/netlify/netlify-cms/blob/master/CONTRIBUTING.md) to get involved. diff --git a/packages/netlify-cms-app/README.md b/packages/netlify-cms-app/README.md index 6e44014a..b8ee06d3 100644 --- a/packages/netlify-cms-app/README.md +++ b/packages/netlify-cms-app/README.md @@ -1,10 +1,12 @@ # Netlify CMS App +_For a Netlify CMS overview, see the general [Netlify CMS project README](https://github.com/netlify/netlify-cms)._ + +## Community Chat + Join us on Slack -_For a Netlify CMS overview, see the general [Netlify CMS project README](https://github.com/netlify/netlify-cms)._ - ## Purpose This package is similar to the [`netlify-cms`](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms/) package, but is designed for use with extensions. It serves that purpose in the following ways. diff --git a/packages/netlify-cms/README.md b/packages/netlify-cms/README.md index 835010bd..adcb3aeb 100644 --- a/packages/netlify-cms/README.md +++ b/packages/netlify-cms/README.md @@ -1,11 +1,13 @@ # Netlify CMS +A CMS for static site generators. Give users a simple way to edit +and add content to any site built with a static site generator. + +## Community Chat + Join us on Slack -A CMS for static site generators. Give non-technical users a simple way to edit -and add content to any site built with a static site generator. - ## How it works Netlify CMS is a single-page app that you pull into the `/admin` part of your site. @@ -28,10 +30,6 @@ The Netlify CMS can be used in two different ways. To learn more about this installation method, refer to the [Quick Start Guide](https://www.netlifycms.org/docs/quick-start/) * A complete, more complex install, that gives you more flexibility but requires that you use a static site builder with a build system that supports npm packages. -# Community - -Netlify CMS has a [community chat](https://netlifycms.org/chat) where users and contributors come to share things about the project, as well as give and receive support. - # Contributing New contributors are always welcome! Check out [CONTRIBUTING.md](https://github.com/netlify/netlify-cms/blob/master/CONTRIBUTING.md) to get involved.