@sveltia/cms 0.146.2 → 0.146.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 +2 -2
- package/dist/sveltia-cms.js +185 -185
- package/dist/sveltia-cms.js.map +1 -1
- package/dist/sveltia-cms.mjs +218 -218
- package/dist/sveltia-cms.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,13 +10,13 @@ Despite its beta status, more and more sites are [migrating from Netlify/Decap C
|
|
|
10
10
|
|
|
11
11
|
[](https://sveltiacms.app/en/)
|
|
12
12
|
|
|
13
|
-
[](https://sveltiacms.app/en/docs/successor-to-netlify-cms)
|
|
14
14
|
|
|
15
15
|
## Documentation
|
|
16
16
|
|
|
17
17
|
We provide comprehensive documentation to help you get started and make the most of Sveltia CMS:
|
|
18
18
|
|
|
19
|
-
- [Introduction](https://sveltiacms.app/en/docs/intro):
|
|
19
|
+
- [Introduction](https://sveltiacms.app/en/docs/intro): Product highlights, use cases, project goals
|
|
20
20
|
- [Getting Started](https://sveltiacms.app/en/docs/start): Step-by-step setup instructions
|
|
21
21
|
- [Migration Guides](https://sveltiacms.app/en/docs/migration): Instructions for migrating from other CMSs
|
|
22
22
|
- [Roadmap](https://sveltiacms.app/en/docs/roadmap): Upcoming features and improvements
|