@sveltia/cms 0.161.1 → 0.162.1
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 -1
- package/dist/sveltia-cms.js +42 -42
- package/dist/sveltia-cms.js.map +1 -1
- package/dist/sveltia-cms.mjs +42 -42
- package/dist/sveltia-cms.mjs.map +1 -1
- package/package.json +1 -1
- package/schema/sveltia-cms.json +1 -1
- package/types/public.d.ts +9 -4
package/README.md
CHANGED
|
@@ -8,12 +8,14 @@ As the de facto [successor to Netlify CMS](https://sveltiacms.app/en/docs/succes
|
|
|
8
8
|
|
|
9
9
|
Sveltia CMS is also an excellent option for individuals or organizations migrating from a traditional CMS like WordPress to a static site generator like Astro and looking for a lightweight CMS solution to manage their content.
|
|
10
10
|
|
|
11
|
-
Explore
|
|
11
|
+
Explore 200+ real-world examples in our [showcase](https://sveltiacms.app/en/showcase), or visit the [documentation](https://sveltiacms.app/en/docs) to get started.
|
|
12
12
|
|
|
13
13
|
[](https://sveltiacms.app/en/)
|
|
14
14
|
|
|
15
15
|
[](https://sveltiacms.app/en/docs/successor-to-netlify-cms)
|
|
16
16
|
|
|
17
|
+
[](https://sveltiacms.app/en/showcase)
|
|
18
|
+
|
|
17
19
|
## Documentation
|
|
18
20
|
|
|
19
21
|
We provide comprehensive documentation to help you get started and make the most of Sveltia CMS:
|