@sveltia/cms 0.186.0 → 0.187.0
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 +1 -0
- package/dist/sveltia-cms.js +36 -36
- package/dist/sveltia-cms.js.map +1 -1
- package/dist/sveltia-cms.mjs +36 -36
- package/dist/sveltia-cms.mjs.map +1 -1
- package/locales/fr.json +1 -0
- package/locales/pt-PT.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -23,6 +23,7 @@ We provide comprehensive documentation to help you get started and make the most
|
|
|
23
23
|
- [Introduction](https://sveltiacms.app/en/docs/intro): Product highlights, use cases, project goals
|
|
24
24
|
- [Getting Started](https://sveltiacms.app/en/docs/start): Step-by-step setup instructions
|
|
25
25
|
- [Migration Guides](https://sveltiacms.app/en/docs/migration): Instructions for migrating from other CMSs
|
|
26
|
+
- [Working with AI](https://sveltiacms.app/en/docs/working-with-ai): Official Agent Skill and `llms.txt`
|
|
26
27
|
- [Roadmap](https://sveltiacms.app/en/docs/roadmap): Upcoming features and improvements
|
|
27
28
|
|
|
28
29
|
## Showcase
|