content(pricing): align feature comparison groups with docs product areas - #20523
content(pricing): align feature comparison groups with docs product areas#20523joeduffy wants to merge 1 commit into
Conversation
…reas Regroup the pricing page's feature comparison rows so the visible group headers match the technical docs' product areas (IaC, Deployments & Workflows, Secrets & Configuration, Insights & Governance, Internal Developer Platform, Infrastructure AI, Administration), making it easier for a reader (human or agent) to map a pricing row to the docs that describe it. No row titles, links, tooltips, or tier values changed; only the group each row appears under and, in two cases, the group's name.
Pre-merge Review — Last updated 2026-07-25T14:30:48ZTip Summary: This PR reorganizes the feature-comparison table on the pricing page ( Review confidence:
Investigation log
🔍 Verification trail33 claims extracted · 29 verified · 2 unverifiable · 1 contradicted
🚨 Outstanding in this PRNo outstanding issues.
|
|
Your site preview for commit 09811e8 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-20523-09811e87.s3-website.us-west-2.amazonaws.com Changed pages: |
This regroups the pricing page's feature comparison table so its visible group headers match the technical docs' product areas, making it easier for a reader (human or agent) to map a pricing row to the docs page that describes the underlying feature.
What changed
content/pricing/_index.md'scomparison_tablepreviously had six visible groups that did not line up with the docs' seven product areas (some rows about deployments and administration were folded into the "Infrastructure as Code" group). This PR regroups the existing rows only; no row title, link, tooltip, or tier value changed, and no pricing values changed.New groups and their row membership:
Group order now follows the docs IA order given in the issue, and I added two new phosphor icons (
phosphor/git-pull-requestfor Deployments & Workflows,phosphor/shield-checkfor Administration) alongside the existing custom Pulumi icons for the unchanged groups.Decisions
sectionsnesting left as a single "Product" section. The two-section split in the original file (Product/Key Capabilities) was organizational only —layouts/page/pricing.htmlnever renderssections[].header, onlytables[].header— so collapsing to one section changes nothing visually and keeps all eight groups in one flat, easier-to-scan list.Out of scope (noted for follow-up)
<summary>/<details>markup inlayouts/page/pricing.html, not just data — worth a separate issue if desired.Verification
Since this is a pure YAML front-matter reorganization, I validated it programmatically rather than through a full Hugo build (mise/node/yarn weren't available in this environment):
title/link/tooltip/itemscontent for every row.tiers,testimonial,customers,faq, etc.) is byte-for-byte unchanged, and confirmed the file's content before and after thecomparison_tableblock is unchanged.phosphor/git-pull-requestandphosphor/shield-checkare valid Phosphor icon names (used elsewhere in this codebase's icon partial convention).Fixes #19910
🧠 This PR was created by workprentice on behalf of @joeduffy.