chore: point to new docs domain
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
|
||||
</div>
|
||||
|
||||
[staticjscms.netlify.app](https://staticjscms.netlify.app/)
|
||||
[staticcms.org](https://staticcms.org/)
|
||||
|
||||
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.
|
||||
|
||||
@ -22,16 +22,16 @@ You setup a YAML config to describe the content model of your site, and typicall
|
||||
|
||||
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 Static CMS [Core Concepts](https://staticjscms.netlify.app/docs/intro/).
|
||||
Read more about Static CMS [Core Concepts](https://staticcms.org/docs/intro/).
|
||||
|
||||
# Installation and Configuration
|
||||
|
||||
The Static 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 [CDN Hosting Guide](https://staticjscms.netlify.app/docs/add-to-your-site-cdn/)
|
||||
To learn more about this installation method, refer to the [CDN Hosting Guide](https://staticcms.org/docs/add-to-your-site-cdn/)
|
||||
- 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.
|
||||
To learn more about this installation method, refer to the [Bundling Guide](https://staticjscms.netlify.app/docs/add-to-your-site-bundling/)
|
||||
To learn more about this installation method, refer to the [Bundling Guide](https://staticcms.org/docs/add-to-your-site-bundling/)
|
||||
|
||||
# Contributing
|
||||
|
||||
|
Reference in New Issue
Block a user