Skip to content

docs: update billing cycle references - #53

Merged
ditahkk merged 1 commit into
zsoftly:mainfrom
cokerrd:docs/fix-billing-cycle-reference
Aug 5, 2026
Merged

docs: update billing cycle references#53
ditahkk merged 1 commit into
zsoftly:mainfrom
cokerrd:docs/fix-billing-cycle-reference

Conversation

@cokerrd

@cokerrd cokerrd commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

What changed

  • Corrected billing cycle references from Hourly, Monthly, Quarterly, Semiannually, Yearly, Bi-annually, Tri-annually to Hourly, Monthly, and Yearly. to match options available on the console.
  • Removed Billing rules: Date to Date, Fixed Calendar Month, Unfixed Calendar Month, Fixed Prorata, Unfixed Prorata as they are not present on the console

Why

Address #52

On further investigation, the incorrrect billing cycle references where also present in


Summary by CodeRabbit

  • Documentation
    • Updated Public Cloud guides to list supported billing cycles as Hourly, Monthly, or Yearly.
    • Added Yearly as an option in the Public Network creation guide.
    • Simplified billing instructions across compute, Kubernetes, networking, load balancer, block storage, and object storage documentation.
    • Removed outdated billing cycle and billing rule details.

@coderabbitai

coderabbitai Bot commented Jul 30, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

The 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.

Changes

Billing cycle documentation

Layer / File(s) Summary
Align billing cycle guidance
src/content/docs/public-cloud/compute/create-instance.md, src/content/docs/public-cloud/kubernetes/create-cluster.md, src/content/docs/public-cloud/load-balancer/index.md, src/content/docs/public-cloud/networking/..., src/content/docs/public-cloud/storage/...
Creation guides now list Hourly, Monthly, and Yearly billing cycles. Obsolete quarterly and annual variants, billing rule descriptions, and related inline details are removed; the Public Network guide adds Yearly.
Estimated code review effort: 1 (Trivial) ~3 minutes

Suggested reviewers: ditahm6, ditahkk, godsonten

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the main change: updating billing cycle references in docs.
Description check ✅ Passed The description follows the template with What changed and Why sections, plus the issue reference and affected pages.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

📥 Commits

Reviewing files that changed from the base of the PR and between 3d611d7 and 5ae4fbc.

📒 Files selected for processing (7)
  • src/content/docs/public-cloud/compute/create-instance.md
  • src/content/docs/public-cloud/kubernetes/create-cluster.md
  • src/content/docs/public-cloud/load-balancer/index.md
  • src/content/docs/public-cloud/networking/public-network/create.md
  • src/content/docs/public-cloud/networking/vpc/create-vpc.md
  • src/content/docs/public-cloud/storage/block-storage/create-volume.md
  • src/content/docs/public-cloud/storage/object-storage/create-bucket.md

Comment on lines +22 to +25
5. **Create**:

- Billing cycles: Hourly, Monthly, or Yearly.
- Click **Review and Create**.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎯 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.

Suggested change
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.

@ditahkk

ditahkk commented Aug 4, 2026

Copy link
Copy Markdown
Member

@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

@ditahkk
ditahkk merged commit 3b84d8b into zsoftly:main Aug 5, 2026
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants