@sveltia/cms 0.5.7 → 0.5.9

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.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/dist/sveltia-cms.js +174 -175
  3. package/package.json +10 -10
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Sveltia CMS
2
2
 
3
- Sveltia CMS is a Git-based lightweight headless CMS partially compatible with [Netlify/Decap CMS](https://decapcms.org/). You can use it with any static site generator, such as SvelteKit, Eleventy, Next.js and Hugo, to manage the content as static files on a Git repository. The open source Netlify/Decap CMS alternative is now in public beta, with more features to come.
3
+ Sveltia CMS is a Git-based lightweight headless CMS under development as a drop-in replacement for [Netlify/Decap CMS](https://decapcms.org/). You can use it with any static site generator like SvelteKit, Eleventy, Next.js and Hugo to manage content as static files in a Git repository. The open source alternative to Netlify/Decap CMS is now in public beta, with more features to come.
4
4
 
5
5
  ![Screenshot: Git-based Headless CMS with Dark Mode](docs/screenshot-1.webp)<br>
6
6
 
@@ -26,7 +26,7 @@ Here are some highlights mainly compared to Netlify/Decap CMS:
26
26
 
27
27
  - Ready to replace Netlify/Decap CMS _in some casual use case scenarios_ by updating one single line of code.
28
28
  - Existing [configuration files](https://decapcms.org/docs/configuration-options/) can be reused as is.
29
- - Various features are still missing though; [see the chart below](#compatibility) for details.
29
+ - Various features are still missing though; [see the compatibility chart below](#compatibility) for details.
30
30
 
31
31
  ### Better UX
32
32