docs: update billing cycle references - #53
Conversation
📝 WalkthroughWalkthroughThe pull request updates seven public cloud creation guides to document Hourly, Monthly, and Yearly billing cycles, removes obsolete billing cycle and billing rule details, and adds Yearly billing to the Public Network guide. ChangesBilling cycle documentation
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@src/content/docs/public-cloud/storage/object-storage/create-bucket.md`:
- Around line 22-25: Indent the “Billing cycles” and “Click Review and Create”
bullets beneath numbered item 5 in the Create step, preserving their existing
text and bullet-list structure so they render as instructions belonging to that
step.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: d3ee1214-6211-4c4b-b417-e7921041b57d
📒 Files selected for processing (7)
src/content/docs/public-cloud/compute/create-instance.mdsrc/content/docs/public-cloud/kubernetes/create-cluster.mdsrc/content/docs/public-cloud/load-balancer/index.mdsrc/content/docs/public-cloud/networking/public-network/create.mdsrc/content/docs/public-cloud/networking/vpc/create-vpc.mdsrc/content/docs/public-cloud/storage/block-storage/create-volume.mdsrc/content/docs/public-cloud/storage/object-storage/create-bucket.md
| 5. **Create**: | ||
|
|
||
| - Billing cycles: Hourly, Monthly, or Yearly. | ||
| - Click **Review and Create**. |
There was a problem hiding this comment.
🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win
Indent the Create-step bullets under item 5.
Lines [24-25] are flush-left, so Markdown may render them as a separate list instead of instructions belonging to Create. Indent both bullets beneath the numbered item.
Proposed fix
5. **Create**:
-- Billing cycles: Hourly, Monthly, or Yearly.
-- Click **Review and Create**.
+ - Billing cycles: Hourly, Monthly, or Yearly.
+ - Click **Review and Create**.📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| 5. **Create**: | |
| - Billing cycles: Hourly, Monthly, or Yearly. | |
| - Click **Review and Create**. | |
| 5. **Create**: | |
| - Billing cycles: Hourly, Monthly, or Yearly. | |
| - Click **Review and Create**. |
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@src/content/docs/public-cloud/storage/object-storage/create-bucket.md` around
lines 22 - 25, Indent the “Billing cycles” and “Click Review and Create” bullets
beneath numbered item 5 in the Create step, preserving their existing text and
bullet-list structure so they render as instructions belonging to that step.
|
@cokerrd Thanks for your contributions on this, your commits have been merged and deployed to dev and we are doing testing and reviews. I belive once you resolve the commits, it will auto merge on your side |
What changed
Hourly, Monthly, Quarterly, Semiannually, Yearly, Bi-annually, Tri-annuallytoHourly, Monthly, and Yearly.to match options available on the console.Billing rules: Date to Date, Fixed Calendar Month, Unfixed Calendar Month, Fixed Prorata, Unfixed Prorataas they are not present on the consoleWhy
Address #52
On further investigation, the incorrrect billing cycle references where also present in
Summary by CodeRabbit