Skip to content

feat: standardize workflow names and enhance documentation structure#5

Merged
ditahkk merged 4 commits into
mainfrom
issues/create-release-process
Jun 1, 2026
Merged

feat: standardize workflow names and enhance documentation structure#5
ditahkk merged 4 commits into
mainfrom
issues/create-release-process

Conversation

@ditahkk
Copy link
Copy Markdown
Contributor

@ditahkk ditahkk commented Jun 1, 2026

What changed

Why

Checklist

  • pnpm fmt && pnpm lint && pnpm typecheck && pnpm build all pass
  • Content is accurate and tested against the live portal/CLI/API
  • No internal infrastructure details, credentials, or IPs included
  • Screenshots replaced with :::note Screenshot pending::: if unavailable

Summary by CodeRabbit

  • New Features

    • Added user-facing docs: Plan Names, Instance Types, Regions, Identity & SSO, OpenStack, and expanded Private Cloud overview/components.
  • Documentation

    • Added contributor docs, content standards, launch checklist, and a concise release/contributing guide; updated README and site navigation/sidebar; removed the volume-snapshots page and adjusted related links.
  • Chores

    • Renamed deployment workflow display titles and clarified the documentation issue template; adjusted sidebar CSS for consistent indentation.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jun 1, 2026

Review Change Stack

Caution

Review failed

Pull request was closed or merged during review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 49c20c3f-5929-4e18-9b5d-e21f99303d4d

📥 Commits

Reviewing files that changed from the base of the PR and between 8e5ca5a and b739186.

📒 Files selected for processing (13)
  • astro.config.mjs
  • src/content/docs/private-cloud/overview.md
  • src/content/docs/private-cloud/platform-components.md
  • src/content/docs/private-cloud/reference/identity-sso.md
  • src/content/docs/private-cloud/reference/openstack.md
  • src/content/docs/public-cloud/backups-snapshots/backups.md
  • src/content/docs/public-cloud/backups-snapshots/volume-snapshots.md
  • src/content/docs/public-cloud/compute/create-instance.md
  • src/content/docs/public-cloud/compute/instance-types.md
  • src/content/docs/public-cloud/compute/plan-names.md
  • src/content/docs/public-cloud/getting-started/regions.md
  • src/content/docs/public-cloud/networking/public-network/public-ips.md
  • src/styles/custom.css
💤 Files with no reviewable changes (1)
  • src/content/docs/public-cloud/backups-snapshots/volume-snapshots.md
✅ Files skipped from review due to trivial changes (9)
  • src/content/docs/public-cloud/compute/create-instance.md
  • src/content/docs/private-cloud/overview.md
  • src/content/docs/public-cloud/compute/instance-types.md
  • src/content/docs/public-cloud/backups-snapshots/backups.md
  • src/content/docs/public-cloud/networking/public-network/public-ips.md
  • src/content/docs/private-cloud/reference/openstack.md
  • src/content/docs/private-cloud/reference/identity-sso.md
  • src/content/docs/public-cloud/compute/plan-names.md
  • src/styles/custom.css

📝 Walkthrough

Walkthrough

Adds internal docs (content standards, release process, launch checklist), updates root READMEs/CLAUDE.md, adjusts sidebar and doc discovery, normalizes three workflow display names, and publishes new compute and private-cloud reference pages plus a CSS sidebar tweak.

Changes

Process Documentation and Workflow Updates

Layer / File(s) Summary
Deployment workflow metadata cleanup
.github/workflows/10-deploy-dev.yml, .github/workflows/20-deploy-stg.yml, .github/workflows/30-deploy-prd.yml
Workflow top-level name strings updated to remove em dashes (10: Deploy — Dev10: Deploy Dev, etc.).
Documentation content standards and authoring rules
docs/content-standards.md
New content-standards doc defining writing style, heading/frontmatter rules, callout types, MDX vs Markdown guidance, code block conventions, vendor-neutrality rules, content structure, and a pre-PR validation checklist.
Documentation discovery and root-level indexing
CLAUDE.md, README.md, docs/README.md, astro.config.mjs
CLAUDE.md and README.md updated to surface docs/; new docs/README.md added; small astro.config.mjs site touch included with discovery edits.
Sidebar and navigation updates
astro.config.mjs
Sidebar updated: adds “Regions” and “Plan Names”, reorganizes compute entries (moves/removes Load Balancer, Backups & Snapshots, etc.), renames Block Storage snapshots to “Volume Snapshots”, and adds “OpenStack” to reference.
Release workflow and launch validation procedures
docs/release-process.md, docs/launch-checklist.md, .github/ISSUE_TEMPLATE/doc-error.yml
Rewrites release-process as contributor workflow (branch/validate/PR), adds launch-checklist for pre/post-publish checks, and improves doc-error template page URL guidance.
Public-cloud compute and region docs
src/content/docs/public-cloud/compute/plan-names.md, src/content/docs/public-cloud/compute/instance-types.md, src/content/docs/public-cloud/getting-started/regions.md, src/content/docs/public-cloud/compute/create-instance.md, src/content/docs/public-cloud/backups-snapshots/backups.md, src/content/docs/public-cloud/networking/public-network/public-ips.md
Adds Plan Names, Instance Types, Regions; updates Create Instance with image/plan links; adjusts backups See-also link; notes DDoS mitigation in Public IPs.
Private-cloud reference docs
src/content/docs/private-cloud/overview.md, src/content/docs/private-cloud/platform-components.md, src/content/docs/private-cloud/reference/identity-sso.md, src/content/docs/private-cloud/reference/openstack.md
Expands private-cloud overview and platform-components (adds identity providers and ownership guidance); adds Identity & SSO reference and OpenStack reference with CLI/auth examples.
Sidebar styling tweaks
src/styles/custom.css
Ensures nested details > summary elements receive the same left padding as nested link elements for consistent sidebar alignment.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

Suggested reviewers

  • ClintonChe
  • godsonten
  • ditahm6

"🐰 I hopped through docs with standards bright and new,
Plan names decoded, and a checklist in view;
Readme and sidebar now point folks the way,
Branch, test, and PR — then watch the docs play. ✨"

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description uses the required template but leaves both 'What changed' and 'Why' sections empty, providing no meaningful context or explanation for the changes. Fill in the 'What changed' and 'Why' sections with a brief summary of the key modifications (workflow names, new docs on regions/plan-names/identity-sso/openstack, and structural documentation improvements).
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title 'feat: standardize workflow names and enhance documentation structure' accurately summarizes the main changes: workflow name standardization (removing em dashes) and significant documentation improvements.
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.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch issues/create-release-process

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 and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 8

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (3)
.github/workflows/20-deploy-stg.yml (1)

1-83: ⚠️ Potential issue | 🟠 Major | ⚡ Quick win

Add explicit least-privilege permissions for GITHUB_TOKEN.

This workflow inherits default token scopes. Define minimal permissions explicitly to avoid excessive default access.

Suggested hardening
 name: '20: Deploy Staging'
+permissions:
+  contents: read
 
 # Manual deploy to staging from a release branch.
🤖 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 @.github/workflows/20-deploy-stg.yml around lines 1 - 83, Add an explicit
top-level permissions block to the "20: Deploy Staging" workflow to scope
GITHUB_TOKEN to the least-privilege permissions required (e.g., set contents:
read for checkout and any other specific write/read permissions only where
needed) instead of inheriting defaults; update the workflow (top-level, near the
name: '20: Deploy Staging') to include a permissions map that only grants the
minimal scopes used by the jobs (for example contents: read and any additional
specific permissions required by the deploy job or scripts) so GITHUB_TOKEN is
not given excessive default access.
.github/workflows/30-deploy-prd.yml (1)

1-116: ⚠️ Potential issue | 🟠 Major | ⚡ Quick win

Add explicit least-privilege permissions for GITHUB_TOKEN.

This workflow uses default token permissions; define minimal scopes explicitly, especially given production deploy and secret usage.

Suggested hardening
 name: '30: Deploy Production'
+permissions:
+  contents: read
 
 # Manual deploy to production (docs.zcp.zsoftly.ca).
🤖 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 @.github/workflows/30-deploy-prd.yml around lines 1 - 116, Add an explicit
least-privilege permissions block for GITHUB_TOKEN at the top of the workflow
(not relying on defaults); e.g. set minimal scopes like contents: read (and any
other needed read-only scopes) and avoid write permissions, and if a job truly
needs elevated rights override only that job (reference the workflow name "30:
Deploy Production", jobs validate/ci/deploy, and the sensitive step "04: Deploy
to production via rsync" which uses secrets). Ensure the new permissions block
is top-level so all jobs inherit least privilege and only grant broader
permissions on a per-job basis when required.
.github/workflows/10-deploy-dev.yml (1)

1-43: ⚠️ Potential issue | 🟠 Major | ⚡ Quick win

Add explicit least-privilege permissions for GITHUB_TOKEN.

This workflow currently relies on default token scopes. On self-hosted runners with secrets access, default broad permissions are a security posture gap; define the minimal permissions explicitly.

Suggested hardening
 name: '10: Deploy Dev'
+permissions:
+  contents: read
 
 # Auto-deploys to dev on every push to main after CI passes.
🤖 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 @.github/workflows/10-deploy-dev.yml around lines 1 - 43, Add an explicit
top-level permissions block to the "10: Deploy Dev" workflow to limit
GITHUB_TOKEN to least-privilege (e.g., set permissions: contents: read) instead
of using default scopes; insert the permissions block near the top-level
(alongside env) so jobs/ci and jobs/deploy inherit it, and expand the minimal
permission set only if a specific step (like actions/checkout or any future API
call) requires additional scopes.
🤖 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 @.github/workflows/20-deploy-stg.yml:
- Line 1: Change the workflow title to use the short environment name "stg"
instead of the word "Staging": update the YAML name value currently "20: Deploy
Staging" to follow the repo convention (for example "20: Deploy stg") so the
workflow uses the allowed short env name.

In @.github/workflows/30-deploy-prd.yml:
- Line 1: Update the GitHub Actions workflow name string used in the workflow
header (currently "30: Deploy Production") to use the repository short
environment naming convention by replacing "Production" with "prd" so the name
becomes "30: Deploy prd"; locate the workflow name declaration in the top-level
name field and make this single-word environment change to follow the guideline.

In `@docs/cicd.md`:
- Around line 48-53: The fenced code blocks in docs/cicd.md are missing language
identifiers (MD040); update each triple-backtick block that contains numbered
steps (the four blocks shown and the ones at lines 62-66, 73-79, 85-92) to
include a language tag such as "text" (e.g., change ``` to ```text) so the
linter recognizes them; ensure every fenced block in that file with plain
numbered lists or shell-like steps is updated consistently.
- Line 3: Replace all occurrences of the long environment names with the short
canonical terms: change "staging" -> "stg", "production" and "prod" -> "prd",
and any variants like "staging environment" or "production environment" to "stg"
and "prd" respectively throughout the document (including the instances noted
around the top and the block referenced by the reviewer); ensure headings,
inline text, and examples consistently use only dev/stg/prd.

In `@docs/content-standards.md`:
- Around line 123-127: The fenced tree snippet starting with "src/content/docs/"
is missing a language tag causing MD040; update the fenced code block around
that snippet by adding a language identifier (for example "text") after the
opening backticks so the block becomes ```text ... ```, leaving the tree content
unchanged.

In `@docs/environments.md`:
- Around line 9-13: The table currently uses forbidden full names
("Development", "Staging", "Production") in the "Full name" column; update the
table so all descriptive text uses the canonical short environment names `dev`,
`stg`, and `prd` only (replace "Development" -> "dev", "Staging" -> "stg",
"Production" -> "prd") and remove or reword any instances of the banned terms in
the "Never use" or other columns to comply with the repository rule; verify the
rows for the entries matching the table headers ("Name", "Full name", "Never
use") are updated accordingly.

In `@docs/release-process.md`:
- Around line 40-55: Update this section and any referenced lines to use the
short environment names `stg` and `prd` consistently: change the heading
"Releasing to stg and prd" if needed, replace occurrences like "Deploy Staging"
-> "Deploy Stg" and "Deploy Production" -> "Deploy Prd", replace any inline long
names (e.g., `stg-docs.apps...` is fine but ensure no occurrences of "staging",
"production", "staging", "prod" remain), and update the link/reference to
`launch-checklist.md` wording if it uses long names; modify the action workflow
labels "20: Deploy Staging" and "30: Deploy Production" text in this doc to
their short-name equivalents so the file follows the repo guideline to use only
`dev`, `stg`, `prd`.
- Around line 12-14: The unlabeled fenced code blocks (e.g., the block
containing "issue branch -> main -> dev (auto) -> release/YYYY-MM-DD-HHMM -> stg
(manual) -> prd (manual, same branch)") need language tags to satisfy MD040;
update those fences and the other occurrences (around the blocks at 110-114 and
128-132) by adding an appropriate language identifier (use bash for
shell/command-style lines or text for diagrams/templates) immediately after the
opening triple backticks so the fenced blocks read like ```bash or ```text.

---

Outside diff comments:
In @.github/workflows/10-deploy-dev.yml:
- Around line 1-43: Add an explicit top-level permissions block to the "10:
Deploy Dev" workflow to limit GITHUB_TOKEN to least-privilege (e.g., set
permissions: contents: read) instead of using default scopes; insert the
permissions block near the top-level (alongside env) so jobs/ci and jobs/deploy
inherit it, and expand the minimal permission set only if a specific step (like
actions/checkout or any future API call) requires additional scopes.

In @.github/workflows/20-deploy-stg.yml:
- Around line 1-83: Add an explicit top-level permissions block to the "20:
Deploy Staging" workflow to scope GITHUB_TOKEN to the least-privilege
permissions required (e.g., set contents: read for checkout and any other
specific write/read permissions only where needed) instead of inheriting
defaults; update the workflow (top-level, near the name: '20: Deploy Staging')
to include a permissions map that only grants the minimal scopes used by the
jobs (for example contents: read and any additional specific permissions
required by the deploy job or scripts) so GITHUB_TOKEN is not given excessive
default access.

In @.github/workflows/30-deploy-prd.yml:
- Around line 1-116: Add an explicit least-privilege permissions block for
GITHUB_TOKEN at the top of the workflow (not relying on defaults); e.g. set
minimal scopes like contents: read (and any other needed read-only scopes) and
avoid write permissions, and if a job truly needs elevated rights override only
that job (reference the workflow name "30: Deploy Production", jobs
validate/ci/deploy, and the sensitive step "04: Deploy to production via rsync"
which uses secrets). Ensure the new permissions block is top-level so all jobs
inherit least privilege and only grant broader permissions on a per-job basis
when required.
🪄 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

Run ID: 8e49e6da-bbcb-45d6-809b-018abf0bef30

📥 Commits

Reviewing files that changed from the base of the PR and between 05287a8 and 2586519.

📒 Files selected for processing (11)
  • .github/workflows/10-deploy-dev.yml
  • .github/workflows/20-deploy-stg.yml
  • .github/workflows/30-deploy-prd.yml
  • CLAUDE.md
  • README.md
  • docs/README.md
  • docs/cicd.md
  • docs/content-standards.md
  • docs/environments.md
  • docs/launch-checklist.md
  • docs/release-process.md

Comment thread .github/workflows/20-deploy-stg.yml
Comment thread .github/workflows/30-deploy-prd.yml Outdated
Comment thread docs/cicd.md Outdated
Comment thread docs/cicd.md Outdated
Comment thread docs/content-standards.md
Comment thread docs/environments.md Outdated
Comment thread docs/release-process.md
Comment thread docs/release-process.md Outdated
Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 2

♻️ Duplicate comments (4)
docs/release-process.md (4)

51-55: ⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Add language tag to fenced code block.

This code fence should be labeled text to satisfy the MD040 linting rule.

📝 Proposed fix
-```
+```text
 <type>: <short summary>
 
 [optional body]
</details>

<details>
<summary>🤖 Prompt for AI Agents</summary>

Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In @docs/release-process.md around lines 51 - 55, The fenced code block in
release-process.md that shows ": " must include a language
tag to satisfy MD040; update that block by adding the "text" language identifier
after the opening backticks (i.e., change the opening fence to ```text) so the
example becomes a labeled text code block and conforms to the lint rule.


</details>

---

`12-14`: _⚠️ Potential issue_ | _🟡 Minor_ | _⚡ Quick win_

**Add language tag to fenced code block.**

This code fence should be labeled `text` to satisfy the MD040 linting rule.





<details>
<summary>📝 Proposed fix</summary>

```diff
-```
+```text
 branch -> open PR -> CI passes -> merge to main -> published
 ```
```
</details>

<details>
<summary>🤖 Prompt for AI Agents</summary>

Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In @docs/release-process.md around lines 12 - 14, The fenced code block
containing "branch -> open PR -> CI passes -> merge to main -> published" needs
a language tag to satisfy MD040; update the block by changing the opening
backticks to include the text tag (i.e., replace "" with "text" for that
specific block) so the lint rule is satisfied.


</details>

---

`30-31`: _⚠️ Potential issue_ | _🟡 Minor_ | _⚡ Quick win_

**Replace `staging` and `production` with `stg` and `prd`.**

The text uses "staging and production stages" instead of the short environment names. As per coding guidelines, use `stg` and `prd` instead of `staging` and `production`.





<details>
<summary>📝 Proposed fix</summary>

```diff
-   ZSoftly's internal deployment pipeline. Maintainers handle promotion through the staging and
-   production stages.
+   ZSoftly's internal deployment pipeline. Maintainers handle promotion through the stg and
+   prd stages.
```
</details>

<details>
<summary>🤖 Prompt for AI Agents</summary>

```
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs/release-process.md` around lines 30 - 31, Update the sentence that
currently reads "staging and production stages" to use the short environment
names: replace it with "stg and prd" (preferably formatted as `stg` and `prd` to
match guidelines), ensuring the surrounding sentence ("ZSoftly's internal
deployment pipeline. Maintainers handle promotion through the staging and
production stages.") becomes "ZSoftly's internal deployment pipeline.
Maintainers handle promotion through the `stg` and `prd` stages." and keep
punctuation and capitalization consistent.
```

</details>

---

`69-72`: _⚠️ Potential issue_ | _🟡 Minor_ | _⚡ Quick win_

**Add language tag to fenced code block.**

This code fence should be labeled `text` to satisfy the MD040 linting rule.





<details>
<summary>📝 Proposed fix</summary>

```diff
-```
+```text
 content: rewrite DNS domains page and add registrar reference
 fix: correct S3 endpoint for the YOW region
 ```
```
</details>

<details>
<summary>🤖 Prompt for AI Agents</summary>

Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In @docs/release-process.md around lines 69 - 72, The fenced code block
containing the two-line commit-style snippet (the block starting with and the lines "content: rewrite DNS domains page and add registrar reference" and "fix: correct S3 endpoint for the YOW region") is missing a language tag; update that fenced block to use the text language tag (i.e., change to ```text) so
the MD040 lint rule is satisfied.


</details>

</blockquote></details>

</blockquote></details>

<details>
<summary>🤖 Prompt for all review comments with AI agents</summary>

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/compute/plan-names.md:

  • Around line 15-21: The fenced ASCII diagram beginning with "ca2.l" is missing
    a language tag which triggers MD040; update the code fence for that diagram (the
    block containing "ca2.l" and the following lines with box-drawing characters) to
    use the text language tag by changing the opening fence from totext so
    the block is explicitly labeled as plain text.
  • Around line 26-35: Add the missing language tag to the fenced ASCII diagram
    block: locate the triple-backtick fenced block that begins with the diagram line
    "cam2.2xl ca2s.s" and change the opening fence from totext so the
    block is explicitly labeled as text (satisfying MD040 linting).

Duplicate comments:
In @docs/release-process.md:

  • Around line 51-55: The fenced code block in release-process.md that shows
    ": " must include a language tag to satisfy MD040; update
    that block by adding the "text" language identifier after the opening backticks
    (i.e., change the opening fence to ```text) so the example becomes a labeled
    text code block and conforms to the lint rule.
  • Around line 12-14: The fenced code block containing "branch -> open PR -> CI
    passes -> merge to main -> published" needs a language tag to satisfy MD040;
    update the block by changing the opening backticks to include the text tag
    (i.e., replace "" with "text" for that specific block) so the lint rule is
    satisfied.
  • Around line 30-31: Update the sentence that currently reads "staging and
    production stages" to use the short environment names: replace it with "stg and
    prd" (preferably formatted as stg and prd to match guidelines), ensuring the
    surrounding sentence ("ZSoftly's internal deployment pipeline. Maintainers
    handle promotion through the staging and production stages.") becomes "ZSoftly's
    internal deployment pipeline. Maintainers handle promotion through the stg and
    prd stages." and keep punctuation and capitalization consistent.
  • Around line 69-72: The fenced code block containing the two-line commit-style
    snippet (the block starting with and the lines "content: rewrite DNS domains page and add registrar reference" and "fix: correct S3 endpoint for the YOW region") is missing a language tag; update that fenced block to use the text language tag (i.e., change to ```text) so the MD040 lint rule is satisfied.

</details>

<details>
<summary>🪄 Autofix (Beta)</summary>

Fix all unresolved CodeRabbit comments on this PR:

- [ ] <!-- {"checkboxId": "4b0d0e0a-96d7-4f10-b296-3a18ea78f0b9"} --> Push a commit to this branch (recommended)
- [ ] <!-- {"checkboxId": "ff5b1114-7d8c-49e6-8ac1-43f82af23a33"} --> Create a new PR with the fixes

</details>

---

<details>
<summary>ℹ️ Review info</summary>

<details>
<summary>⚙️ Run configuration</summary>

**Configuration used**: defaults

**Review profile**: CHILL

**Plan**: Pro

**Run ID**: `727cf949-fc4d-4980-8889-6390eaeb41d2`

</details>

<details>
<summary>📥 Commits</summary>

Reviewing files that changed from the base of the PR and between 2344ef802c8a8179c9e1d34f2e24183cf81e7a0a and 8e5ca5a05cdccab1b7154ef111395c17820c5622.

</details>

<details>
<summary>📒 Files selected for processing (9)</summary>

* `.github/ISSUE_TEMPLATE/doc-error.yml`
* `.github/workflows/30-deploy-prd.yml`
* `CLAUDE.md`
* `README.md`
* `astro.config.mjs`
* `docs/README.md`
* `docs/launch-checklist.md`
* `docs/release-process.md`
* `src/content/docs/public-cloud/compute/plan-names.md`

</details>

<details>
<summary>💤 Files with no reviewable changes (1)</summary>

* .github/workflows/30-deploy-prd.yml

</details>

<details>
<summary>✅ Files skipped from review due to trivial changes (4)</summary>

* .github/ISSUE_TEMPLATE/doc-error.yml
* README.md
* docs/launch-checklist.md
* CLAUDE.md

</details>

<details>
<summary>🚧 Files skipped from review as they are similar to previous changes (1)</summary>

* docs/README.md

</details>

</details>

<!-- This is an auto-generated comment by CodeRabbit for review status -->

Comment thread src/content/docs/public-cloud/compute/plan-names.md Outdated
Comment thread src/content/docs/public-cloud/compute/plan-names.md Outdated
…& SSO, and instance types; update existing content for clarity and accuracy
@ditahkk ditahkk merged commit f5f840a into main Jun 1, 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