what-is: editorial style pass across glossary pages#19765
Conversation
|
🔍 Triage prose check — possible issues in the diff. Full review is skipped (
This is a simplified spelling/grammar/style check in lieu of a full review. Reject false positives at your discretion. |
Standardize punctuation across the what-is articles, replacing em dashes with commas, colons, periods, and parentheses for consistent house style. On the infrastructure-as-code page, also tighten the closing copy and the "learn more" blurb. Copy-only: no changes to meaning, page structure, code samples, or links. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
5d7287b to
bb6fbbe
Compare
|
Your site preview for commit ddc819e is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-19765-ddc819e4.s3-website.us-west-2.amazonaws.com |
Rewrite the trailing "Conclusion" sections on the glossary pages so each ends on the article's actual point instead of restating it and sliding into a product pitch; demote any call-to-action to a single trailing link. Replace "our community"/"join us" phrasing with "the Pulumi community" per house style. Also de-duplicate a repeated link label on the Cloudflare page. Copy-only; no structural, code, or link-target changes beyond these. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- CircleCI secret page: replace the non-existent `circleci api create-secret` CLI command with the real env-var/API mechanism, and fix two `.circleci/config.yml` examples that used an invalid `secrets:` key and defined a job (with `command:`) inside `workflows:`. Examples now use contexts and valid 2.1 syntax; all YAML blocks parse. - YAML page: fix the nesting example that nested `version:` under the scalar `python: Expert` (could not parse); `python` is now a mapping. - Apply the "the Pulumi community" wording to the remaining run-aws/ resolve utility pages for consistency with the rest of the section. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
@claude #new-review |
Pre-merge Review — Last updated 2026-06-18T20:01:50ZTip Summary: This PR is an editorial style pass across 51 Review confidence:
Investigation log
🔍 Verification trail126 claims extracted · 96 verified · 9 unverifiable · 9 contradicted
|
continued from previous comment
🚨 Outstanding in this PRThese must be resolved or refuted before merging.
|
|
🤖 Review regenerated on @CamSoper's request. |
CamSoper
left a comment
There was a problem hiding this comment.
You'll want to review the blocking low-confidence issues before I can approve.
A copy-only editorial and accuracy pass across the
what-is/articles.Editorial
Accuracy
.circleci/config.ymlexamples that used an invalidsecrets:key and defined a job insideworkflows:. Examples now use contexts and valid 2.1 syntax (all YAML blocks parse).version:was nested under a scalar value).What didn't change