@sveltia/cms 0.92.3 → 0.92.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/sveltia-cms.js +165 -165
- package/dist/sveltia-cms.js.map +1 -1
- package/dist/sveltia-cms.mjs +165 -165
- package/dist/sveltia-cms.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -679,9 +679,9 @@ Sveitia CMS works with all modern browsers, but there are a few limitations beca
|
|
|
679
679
|
|
|
680
680
|
### Installation & setup
|
|
681
681
|
|
|
682
|
-
Currently, Sveltia CMS is primarily intended for existing Netlify/Decap CMS users. If you don’t have it yet, follow [their documentation](https://decapcms.org/docs/basic-steps/) to add it to your site and create a configuration file first. Skip the [Choosing a Backend](https://decapcms.org/docs/choosing-a-backend/) page and
|
|
682
|
+
Currently, Sveltia CMS is primarily intended for existing Netlify/Decap CMS users. If you don’t have it yet, follow [their documentation](https://decapcms.org/docs/basic-steps/) to add it to your site and create a configuration file first. Skip the [Choosing a Backend](https://decapcms.org/docs/choosing-a-backend/) page and configure the [GitHub](https://decapcms.org/docs/github-backend/), [GitLab](https://decapcms.org/docs/gitlab-backend/) or [Gitea/Forgejo](https://decapcms.org/docs/gitea-backend/) backend instead. Then [migrate](#migration) to Sveltia CMS as described below.
|
|
683
683
|
|
|
684
|
-
Or try one of the starter kits for popular frameworks created by community
|
|
684
|
+
Or try one of the starter kits for popular frameworks created by community:
|
|
685
685
|
|
|
686
686
|
- Astro
|
|
687
687
|
- [astros](https://github.com/zankhq/astros) by [@zanhk](https://github.com/zanhk)
|
|
@@ -694,7 +694,7 @@ Or try one of the starter kits for popular frameworks created by community membe
|
|
|
694
694
|
|
|
695
695
|
The Netlify/Decap CMS website has more [templates](https://decapcms.org/docs/start-with-a-template/) and [examples](https://decapcms.org/docs/examples/). You can probably use one of them and switch to Sveltia CMS. (Note: These third-party resources are not necessarily reviewed by the Sveltia CMS team.)
|
|
696
696
|
|
|
697
|
-
Unfortunately, we are unable to provide free installation and setup support at this time. As the product evolves, we’ll provide a built-in configuration editor, comprehensive documentation and official starter kits to make it easier for everyone to get started with Sveltia CMS.
|
|
697
|
+
Unfortunately, **we are unable to provide free installation and setup support** at this time. As the product evolves, we’ll provide a built-in configuration editor, comprehensive documentation and official starter kits to make it easier for everyone to get started with Sveltia CMS.
|
|
698
698
|
|
|
699
699
|
### Migration
|
|
700
700
|
|