docs: updates suga.yaml example in quickstart#104
docs: updates suga.yaml example in quickstart#104davemooreuws merged 1 commit intonitrictech:mainfrom
Conversation
📝 WalkthroughWalkthroughdocs/quickstart.mdx updates the YAML example structure. The targets field is now a single-line list at the root. A consolidated services section defines one app service with env, container (dockerfile and context), and a dev command. A root-level buckets section is added with an image bucket and app access. entrypoints are reworked to explicit ingress routes referencing the app. Previously nested or duplicated app/buckets/files sections are removed, aligning env, container, dev, and entrypoints under the new top-level layout. Suggested reviewers
Pre-merge checks✅ Passed checks (3 passed)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
🎉 This PR is included in version 0.1.15 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Adds the correct suga.yaml to quickstart guide.