📝 Capitalize Kubernetes in documentation - #2665
Conversation
Co-authored-by: Codex <noreply@openai.com>
There was a problem hiding this comment.
Pull request overview
Capitalizes “Kubernetes” across relevant documentation and SDP OpenAPI descriptions. Two unrelated generated/sidebar changes must be reverted.
Changes:
- Corrects Kubernetes capitalization in five source locations.
- Regenerates affected SDP API-reference metadata.
- Unintentionally changes an Anchor API payload and removes sidebar behavior.
Recommendation: NEEDS-CHANGES — restore _category_.json and revert the unexplained Anchor payload change.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
openapi/stellar-disbursement-platform/main.yaml |
Capitalizes Kubernetes. |
openapi/stellar-disbursement-platform/bundled.yaml |
Updates bundled description. |
docs/platforms/stellar-disbursement-platform/README.mdx |
Capitalizes Kubernetes. |
docs/platforms/stellar-disbursement-platform/api-reference/update-user-role.api.mdx |
Regenerates SDP API metadata. |
docs/platforms/stellar-disbursement-platform/api-reference/update-user-profile.api.mdx |
Regenerates SDP API metadata. |
docs/platforms/stellar-disbursement-platform/api-reference/update-user-activation-status.api.mdx |
Regenerates SDP API metadata. |
docs/platforms/stellar-disbursement-platform/api-reference/update-receiver-wallet-status.api.mdx |
Regenerates SDP API metadata. |
docs/platforms/stellar-disbursement-platform/api-reference/update-payment-status.api.mdx |
Regenerates SDP API metadata. |
docs/platforms/stellar-disbursement-platform/api-reference/update-a-disbursement-status.api.mdx |
Regenerates SDP API metadata. |
docs/platforms/stellar-disbursement-platform/api-reference/start-wallet-registration.api.mdx |
Regenerates SDP API metadata. |
docs/platforms/stellar-disbursement-platform/api-reference/retry-payments.api.mdx |
Regenerates SDP API metadata. |
docs/platforms/stellar-disbursement-platform/api-reference/retrieve-stellar-info-file.api.mdx |
Regenerates SDP API metadata. |
docs/platforms/stellar-disbursement-platform/api-reference/retrieve-disbursement-statistics.api.mdx |
Regenerates SDP API metadata. |
docs/platforms/stellar-disbursement-platform/api-reference/retrieve-all-statistics.api.mdx |
Regenerates SDP API metadata. |
docs/platforms/stellar-disbursement-platform/api-reference/reset-user-password.api.mdx |
Regenerates SDP API metadata. |
docs/platforms/stellar-disbursement-platform/api-reference/reset-password.api.mdx |
Regenerates SDP API metadata. |
docs/platforms/stellar-disbursement-platform/api-reference/refresh-token.api.mdx |
Regenerates SDP API metadata. |
docs/platforms/stellar-disbursement-platform/api-reference/patch-organization-circle.api.mdx |
Regenerates SDP API metadata. |
docs/platforms/stellar-disbursement-platform/api-reference/log-in.api.mdx |
Regenerates SDP API metadata. |
docs/platforms/stellar-disbursement-platform/api-reference/list-registration-contact-types.api.mdx |
Regenerates SDP API metadata. |
docs/platforms/stellar-disbursement-platform/api-reference/list-receiver-verification-types.api.mdx |
Regenerates SDP API metadata. |
docs/platforms/stellar-disbursement-platform/api-reference/list-api-keys.api.mdx |
Regenerates SDP API metadata. |
docs/platforms/stellar-disbursement-platform/api-reference/get-sep-24-info.api.mdx |
Regenerates SDP API metadata. |
docs/platforms/stellar-disbursement-platform/api-reference/get-receiver-registration-info.api.mdx |
Regenerates SDP API metadata. |
docs/platforms/stellar-disbursement-platform/api-reference/get-profile.api.mdx |
Regenerates SDP API metadata. |
docs/platforms/stellar-disbursement-platform/api-reference/get-organization-logo.api.mdx |
Regenerates SDP API metadata. |
docs/platforms/stellar-disbursement-platform/api-reference/get-api-key.api.mdx |
Regenerates SDP API metadata. |
docs/platforms/stellar-disbursement-platform/api-reference/get-all-users.api.mdx |
Regenerates SDP API metadata. |
docs/platforms/stellar-disbursement-platform/api-reference/get-all-roles.api.mdx |
Regenerates SDP API metadata. |
docs/platforms/stellar-disbursement-platform/api-reference/get-all-assets.api.mdx |
Regenerates SDP API metadata. |
docs/platforms/stellar-disbursement-platform/api-reference/forgot-password.api.mdx |
Regenerates SDP API metadata. |
docs/platforms/stellar-disbursement-platform/api-reference/export-receivers-csv.api.mdx |
Regenerates SDP API metadata. |
docs/platforms/stellar-disbursement-platform/api-reference/export-disbursements.api.mdx |
Regenerates SDP API metadata. |
docs/platforms/stellar-disbursement-platform/api-reference/download-disbursement-instructions.api.mdx |
Regenerates SDP API metadata. |
docs/platforms/stellar-disbursement-platform/api-reference/delete-wallet.api.mdx |
Regenerates SDP API metadata. |
docs/platforms/stellar-disbursement-platform/api-reference/delete-asset.api.mdx |
Regenerates SDP API metadata. |
docs/platforms/stellar-disbursement-platform/api-reference/delete-api-key.api.mdx |
Regenerates SDP API metadata. |
docs/platforms/stellar-disbursement-platform/api-reference/create-user.api.mdx |
Regenerates SDP API metadata. |
docs/platforms/stellar-disbursement-platform/api-reference/create-asset.api.mdx |
Regenerates SDP API metadata. |
docs/platforms/stellar-disbursement-platform/api-reference/authenticate-mfa.api.mdx |
Regenerates SDP API metadata. |
docs/platforms/stellar-disbursement-platform/api-reference/_category_.json |
Removes sidebar expansion override. |
docs/platforms/anchor-platform/api-reference/callbacks/del-customer.api.mdx |
Unrelated generated payload change. |
docs/data/indexers/build-your-own/galexie/admin_guide/installing.mdx |
Capitalizes Kubernetes. |
docs/data/apis/horizon/admin-guide/upgrading.mdx |
Capitalizes Kubernetes. |
docs/data/apis/horizon/admin-guide/running.mdx |
Capitalizes Kubernetes in example comment. |
Regenerate OpenAPI documentation from the current bundled specifications. Co-authored-by: Codex <noreply@openai.com>
ElliotFriend
left a comment
There was a problem hiding this comment.
Thanks, John. The capitalization itself is right — Kubernetes is a proper noun — but this needs to be scoped down a lot before it can go in, because most of the 130 files are generated output.
- The 3 prose files are good as-is:
running.mdx,upgrading.mdx, and the Galexieinstalling.mdx. Those are the real fixes. - The SDP
*.api.mdxand*.StatusCodes.jsonare generated from the openapi spec (where "kubernetes" appears twice). Editing the generated output means it gets overwritten on the nextpnpm api. Fix the two occurrences inmain.yaml, runpnpm api, and commit the source + regenerated output together. - The Horizon
*.api.mdxchanges should come out entirely. Horizon's OpenAPI source doesn't contain "kubernetes" at all — the only thing changing in those files is the encodedapi:blob, i.e. regeneration noise unrelated to this PR.
That should take it from ~130 files down to a handful, all of which will actually persist. One more heads-up: this and #2664 both edit the SDP README.mdx and disagree on that same "kubernetes" line, so they'll conflict — worth deciding which one carries it.
Co-authored-by: Codex <noreply@openai.com>
|
API rebuilds limited to |
ElliotFriend
left a comment
There was a problem hiding this comment.
thanks for the fixes!!
No description provided.