Point to new documentation site

This commit is contained in:
Daniel Lautzenheiser
2022-09-30 19:34:18 -04:00
parent e34c99f55e
commit 9a2827d94c
17 changed files with 25 additions and 25 deletions

View File

@ -7,7 +7,7 @@
</div>
[netlifycms.org](https://www.netlifycms.org/)
[simplecms.github.io/simple-cms](https://www.simplecms.github.io/simple-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.
@ -26,14 +26,14 @@ tweak the main layout of the CMS a bit to fit your own site.
When a user navigates to `/admin/` they'll be prompted to log in, and once authenticated
they'll be able to create new content or edit existing content.
Read more about Simple CMS [Core Concepts](https://www.netlifycms.org/docs/intro/).
Read more about Simple CMS [Core Concepts](https://www.simplecms.github.io/simple-cms/docs/intro/).
# Installation and Configuration
The Simple CMS can be used in two different ways.
* A Quick and easy install, that requires you to create a single HTML file and a configuration file. All the CMS JavaScript and CSS are loaded from a CDN.
To learn more about this installation method, refer to the [Quick Start Guide](https://www.netlifycms.org/docs/quick-start/)
To learn more about this installation method, refer to the [Quick Start Guide](https://www.simplecms.github.io/simple-cms/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.
# simple-cms-core