create-sonicjs 2.3.7 → 2.3.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.
- package/README.md +4 -4
- package/package.json +1 -1
- package/src/cli.js +2 -2
- package/templates/starter/README.md +7 -7
package/README.md
CHANGED
|
@@ -269,7 +269,7 @@ npx create-sonicjs my-app
|
|
|
269
269
|
## Related
|
|
270
270
|
|
|
271
271
|
- [@sonicjs-cms/core](../core) - Core framework
|
|
272
|
-
- [SonicJS Documentation](https://
|
|
272
|
+
- [SonicJS Documentation](https://sonicjs.com)
|
|
273
273
|
- [Cloudflare Workers](https://workers.cloudflare.com)
|
|
274
274
|
|
|
275
275
|
## Contributing
|
|
@@ -282,9 +282,9 @@ MIT © SonicJS Team
|
|
|
282
282
|
|
|
283
283
|
## Support
|
|
284
284
|
|
|
285
|
-
- **Issues**: [GitHub Issues](https://github.com/
|
|
286
|
-
- **Discord**: [Join our community](https://discord.gg/
|
|
287
|
-
- **Docs**: [
|
|
285
|
+
- **Issues**: [GitHub Issues](https://github.com/lane711/sonicjs/issues)
|
|
286
|
+
- **Discord**: [Join our community](https://discord.gg/8bMy6bv3sZ)
|
|
287
|
+
- **Docs**: [sonicjs.com](https://sonicjs.com)
|
|
288
288
|
|
|
289
289
|
---
|
|
290
290
|
|
package/package.json
CHANGED
package/src/cli.js
CHANGED
|
@@ -415,7 +415,7 @@ async function copyTemplate(templateName, targetDir, options) {
|
|
|
415
415
|
|
|
416
416
|
// Add @sonicjs-cms/core dependency
|
|
417
417
|
packageJson.dependencies = {
|
|
418
|
-
'@sonicjs-cms/core': '^2.3.
|
|
418
|
+
'@sonicjs-cms/core': '^2.3.9',
|
|
419
419
|
...packageJson.dependencies
|
|
420
420
|
}
|
|
421
421
|
|
|
@@ -825,7 +825,7 @@ function printSuccessMessage(answers) {
|
|
|
825
825
|
console.log(kleur.cyan(' http://localhost:8787/admin'))
|
|
826
826
|
|
|
827
827
|
console.log()
|
|
828
|
-
console.log(kleur.dim('Need help? Visit https://
|
|
828
|
+
console.log(kleur.dim('Need help? Visit https://sonicjs.com'))
|
|
829
829
|
console.log()
|
|
830
830
|
}
|
|
831
831
|
|
|
@@ -114,16 +114,16 @@ Your collections are automatically available via REST API:
|
|
|
114
114
|
|
|
115
115
|
## Documentation
|
|
116
116
|
|
|
117
|
-
- [SonicJS Documentation](https://
|
|
118
|
-
- [Collection Configuration](https://
|
|
119
|
-
- [Plugin Development](https://
|
|
120
|
-
- [API Reference](https://
|
|
117
|
+
- [SonicJS Documentation](https://sonicjs.com)
|
|
118
|
+
- [Collection Configuration](https://sonicjs.com/collections)
|
|
119
|
+
- [Plugin Development](https://sonicjs.com/plugins)
|
|
120
|
+
- [API Reference](https://sonicjs.com/api)
|
|
121
121
|
|
|
122
122
|
## Support
|
|
123
123
|
|
|
124
|
-
- [GitHub Issues](https://github.com/
|
|
125
|
-
- [Discord Community](https://discord.gg/
|
|
126
|
-
- [Documentation](https://
|
|
124
|
+
- [GitHub Issues](https://github.com/lane711/sonicjs/issues)
|
|
125
|
+
- [Discord Community](https://discord.gg/8bMy6bv3sZ)
|
|
126
|
+
- [Documentation](https://sonicjs.com)
|
|
127
127
|
|
|
128
128
|
## License
|
|
129
129
|
|