🔤 Normalize quotes, internal characters - #2730
Open
JFWooten4 wants to merge 3 commits into
Open
Conversation
Co-authored-by: Codex <noreply@openai.com>
Co-authored-by: Codex <noreply@openai.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Normalizes curly quotation marks to ASCII equivalents across documentation, UI copy, and OpenAPI specifications.
Changes:
- Standardizes apostrophes and quotation marks.
- Corrects a JavaScript string literal.
- Updates bundled OpenAPI specifications.
Recommendation: NEEDS-CHANGES — regenerate and commit the Horizon and SDP API reference pages with pnpm api.
Reviewed changes
Copilot reviewed 149 out of 149 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
static/llms.txt |
Normalizes homepage copy. |
src/components/Homepage/DeveloperResources/index.tsx |
Normalizes UI strings. |
README.md |
Normalizes contribution text. |
openapi/stellar-disbursement-platform/main.yaml |
Normalizes SDP API descriptions. |
openapi/stellar-disbursement-platform/bundled.yaml |
Updates bundled SDP descriptions. |
openapi/horizon/components/parameters.yml |
Normalizes parameter descriptions. |
openapi/horizon/components/endpoints/transactions.yml |
Normalizes transaction description. |
openapi/horizon/components/endpoints/accounts.yml |
Normalizes account description. |
openapi/horizon/bundled.yml |
Updates bundled Horizon descriptions. |
meetings/2026-01-22.mdx |
Normalizes meeting text. |
meetings/2025-11-06.mdx |
Normalizes meeting text. |
meetings/2025-09-25.mdx |
Normalizes meeting text. |
meetings/2025-04-17.mdx |
Normalizes meeting text. |
meetings/2025-02-27.mdx |
Normalizes meeting text. |
meetings/2025-02-20.mdx |
Normalizes meeting text. |
meetings/2025-02-06.mdx |
Normalizes meeting text. |
meetings/2024-11-14.mdx |
Normalizes meeting text. |
meetings/2024-10-24.mdx |
Normalizes meeting text. |
meetings/2024-08-22.mdx |
Normalizes meeting text. |
meetings/2024-02-15.mdx |
Normalizes meeting notes. |
meetings/2024-02-01.mdx |
Normalizes meeting notes. |
meetings/2024-01-26.mdx |
Normalizes meeting notes. |
docs/validators/README.mdx |
Normalizes validator prose. |
docs/tools/README.mdx |
Normalizes SDK prose. |
docs/tools/quickstart/network-modes.mdx |
Normalizes network-mode prose. |
docs/tools/quickstart/getting-started/deploy-smart-contract.mdx |
Normalizes deployment prose. |
docs/tools/quickstart/explorer.mdx |
Normalizes explorer prose. |
docs/tools/quickstart/advanced-usage/README.mdx |
Normalizes advanced-usage prose. |
docs/tools/openzeppelin-relayer.mdx |
Normalizes Relayer guide prose. |
docs/tools/openzeppelin-contracts.mdx |
Normalizes contracts prose. |
docs/tools/lab/smart-contracts/contract-explorer.mdx |
Normalizes bindings prose. |
docs/tools/lab/saved/requests.mdx |
Normalizes saved-request prose. |
docs/tools/lab/README.mdx |
Normalizes Lab prose. |
docs/tools/lab/api-explorer/rpc-methods.mdx |
Normalizes RPC explorer prose. |
docs/tools/lab/account.mdx |
Normalizes account instructions. |
docs/tools/developer-tools/wallets.mdx |
Normalizes wallet descriptions. |
docs/tools/developer-tools/block-explorers.mdx |
Normalizes explorer descriptions. |
docs/tokens/README.mdx |
Normalizes token documentation. |
docs/tokens/publishing-asset-info.mdx |
Normalizes asset-info prose. |
docs/tokens/how-to-issue-an-asset.mdx |
Normalizes prose and JavaScript quoting. |
docs/tokens/control-asset-access.mdx |
Normalizes asset-control prose. |
docs/tokens/anatomy-of-an-asset.mdx |
Normalizes asset documentation. |
docs/platforms/stellar-disbursement-platform/admin-guide/user-interface/receivers.mdx |
Normalizes receiver descriptions. |
docs/platforms/stellar-disbursement-platform/admin-guide/user-interface/dashboard-home.mdx |
Normalizes dashboard descriptions. |
docs/platforms/stellar-disbursement-platform/admin-guide/security.mdx |
Normalizes security prose. |
docs/platforms/stellar-disbursement-platform/admin-guide/overview.mdx |
Normalizes workflow prose. |
docs/platforms/stellar-disbursement-platform/admin-guide/getting-started.mdx |
Normalizes setup instructions. |
docs/platforms/stellar-disbursement-platform/admin-guide/embedded-wallets.mdx |
Normalizes security warnings. |
docs/platforms/stellar-disbursement-platform/admin-guide/design-and-architecture.mdx |
Normalizes architecture prose. |
docs/networks/README.mdx |
Normalizes network documentation. |
docs/learn/glossary.mdx |
Normalizes glossary entries. |
docs/learn/fundamentals/transactions/transaction-lifecycle.mdx |
Normalizes lifecycle prose. |
docs/learn/fundamentals/transactions/signatures-multisig.mdx |
Normalizes signature prose. |
docs/learn/fundamentals/transactions/operations-and-transactions.mdx |
Normalizes transaction prose. |
docs/learn/fundamentals/transactions/list-of-operations.mdx |
Normalizes operation descriptions. |
docs/learn/fundamentals/stellar-stack.mdx |
Normalizes stack descriptions. |
docs/learn/fundamentals/stellar-ecosystem-proposals.mdx |
Normalizes SEP prose. |
docs/learn/fundamentals/stellar-data-structures/ledgers.mdx |
Normalizes ledger prose. |
docs/learn/fundamentals/stellar-data-structures/assets.mdx |
Normalizes asset prose. |
docs/learn/fundamentals/stellar-data-structures/accounts.mdx |
Normalizes account prose. |
docs/learn/fundamentals/stellar-consensus-protocol.mdx |
Normalizes consensus prose. |
docs/learn/fundamentals/lumens.mdx |
Normalizes lumen documentation. |
docs/learn/fundamentals/contract-development/storage/state-archival.mdx |
Normalizes archival prose. |
docs/learn/fundamentals/contract-development/storage/persisting-data.mdx |
Normalizes storage prose. |
docs/learn/fundamentals/contract-development/overview.mdx |
Normalizes contract overview. |
docs/learn/fundamentals/contract-development/contract-lifecycle.mdx |
Normalizes lifecycle prose. |
docs/learn/fundamentals/anchors.mdx |
Normalizes anchor documentation. |
docs/data/indexers/README.mdx |
Normalizes indexer prose. |
docs/data/indexers/build-your-own/README.mdx |
Normalizes indexer prose. |
docs/data/indexers/build-your-own/galexie/README.mdx |
Normalizes Galexie prose. |
docs/data/indexers/build-your-own/galexie/admin_guide/running.mdx |
Normalizes configuration quoting. |
docs/data/indexers/build-your-own/galexie/admin_guide/monitoring.mdx |
Normalizes monitoring prose. |
docs/data/apis/rpc/README.mdx |
Normalizes RPC overview. |
docs/data/apis/rpc/api-reference/methods/simulateTransaction.mdx |
Normalizes simulation prose. |
docs/data/apis/rpc/api-reference/methods/getTransaction.mdx |
Normalizes retention prose. |
docs/data/apis/rpc/api-reference/methods/getLedgerEntries.mdx |
Normalizes ledger-entry prose. |
docs/data/apis/rpc/admin-guide/data-lake-integration.mdx |
Normalizes integration prose. |
docs/data/apis/horizon/api-reference/structure/xdr.mdx |
Normalizes XDR prose. |
docs/data/apis/horizon/api-reference/structure/streaming.mdx |
Normalizes header quoting. |
docs/data/apis/horizon/api-reference/structure/response-format.mdx |
Normalizes response prose. |
docs/data/apis/horizon/api-reference/structure/rate-limiting.mdx |
Normalizes rate-limit prose. |
docs/data/apis/horizon/api-reference/structure/pagination/page-arguments.mdx |
Normalizes pagination prose. |
docs/data/apis/horizon/api-reference/resources/transactions/object.mdx |
Normalizes transaction fields. |
docs/data/apis/horizon/api-reference/resources/trades/object.mdx |
Normalizes trade fields. |
docs/data/apis/horizon/api-reference/resources/payments/object.mdx |
Normalizes payment fields. |
docs/data/apis/horizon/api-reference/resources/operations/README.mdx |
Normalizes operations prose. |
docs/data/apis/horizon/api-reference/resources/operations/object/sell-offer.mdx |
Normalizes offer fields. |
docs/data/apis/horizon/api-reference/resources/operations/object/README.mdx |
Normalizes object prose. |
docs/data/apis/horizon/api-reference/resources/operations/object/path-payment-strict-send.mdx |
Normalizes payment fields. |
docs/data/apis/horizon/api-reference/resources/operations/object/path-payment-strict-receive.mdx |
Normalizes payment fields. |
docs/data/apis/horizon/api-reference/resources/operations/object/passive-sell-offer.mdx |
Normalizes offer fields. |
docs/data/apis/horizon/api-reference/resources/operations/object/buy-offer.mdx |
Normalizes offer fields. |
docs/data/apis/horizon/api-reference/resources/operations/object/allow-trust.mdx |
Normalizes flag quoting. |
docs/data/apis/horizon/api-reference/resources/ledgers/object.mdx |
Normalizes ledger fields. |
docs/data/apis/horizon/api-reference/resources/assets/object.mdx |
Normalizes asset fields. |
docs/data/apis/horizon/api-reference/errors/result-codes/README.mdx |
Normalizes result-code prose. |
docs/data/apis/horizon/api-reference/errors/result-codes/operation-specific/manage-data.mdx |
Normalizes error descriptions. |
docs/data/apis/horizon/api-reference/errors/http-status-codes/standard.mdx |
Normalizes error prose. |
docs/data/apis/horizon/api-reference/errors/http-status-codes/README.mdx |
Normalizes HTTP error prose. |
docs/data/apis/horizon/api-reference/errors/http-status-codes/horizon-specific/stale-history.mdx |
Normalizes operator prose. |
docs/data/apis/horizon/api-reference/errors/http-status-codes/horizon-specific/before-history.mdx |
Normalizes history prose. |
docs/data/apis/horizon/api-reference/errors/error-handling.mdx |
Normalizes error-handling prose. |
docs/data/apis/horizon/api-reference/aggregations/paths/object.mdx |
Normalizes path fields. |
docs/data/apis/horizon/api-reference/aggregations/order-books/object.mdx |
Normalizes order-book fields. |
docs/data/analytics/hubble/README.mdx |
Normalizes BigQuery prose. |
docs/data/analytics/hubble/developer-guide/backfill/JS-UDF.mdx |
Normalizes example prose. |
docs/data/analytics/hubble/data-catalog/data-dictionary/silver/trustlines-snapshot.mdx |
Normalizes question text. |
docs/data/analytics/hubble/analyst-guide/queries-for-horizon-like-data.mdx |
Normalizes query headings. |
docs/data/analytics/hubble/analyst-guide/optimizing-queries.mdx |
Normalizes optimization prose. |
docs/build/smart-contracts/getting-started/hello-world.mdx |
Normalizes tutorial prose. |
docs/build/smart-contracts/getting-started/deploy-to-testnet.mdx |
Normalizes deployment prose. |
docs/build/security-docs/threat-modeling/threat-modeling-how-to.mdx |
Normalizes threat-model quotes. |
docs/build/security-docs/threat-modeling/threat-modeling-description.mdx |
Normalizes course title. |
docs/build/security-docs/threat-modeling/STRIDE-template.mdx |
Normalizes template quotes. |
docs/build/security-docs/securing-web-based-projects.mdx |
Normalizes security prose. |
docs/build/security-docs/monitoring/monitoring-template-builders.mdx |
Normalizes monitoring warning. |
docs/build/guides/transactions/sponsored-reserves.mdx |
Normalizes sponsorship prose. |
docs/build/guides/transactions/send-and-receive-c-accounts.mdx |
Normalizes quoted terms. |
docs/build/guides/transactions/pooled-accounts-muxed-accounts-memos.mdx |
Normalizes muxed-account prose. |
docs/build/guides/transactions/path-payments.mdx |
Normalizes path-payment prose. |
docs/build/guides/transactions/fee-bump-transactions.mdx |
Normalizes fee-bump prose. |
docs/build/guides/transactions/create-account.mdx |
Normalizes conclusion prose. |
docs/build/guides/transactions/clawbacks.mdx |
Normalizes example quoting. |
docs/build/guides/transactions/claimable-balances.mdx |
Normalizes balance prose. |
docs/build/guides/transactions/channel-accounts.mdx |
Normalizes channel prose. |
docs/build/guides/tokens/deploying-a-sac.mdx |
Normalizes conclusion prose. |
docs/build/guides/testing/ledger-snapshot-testing.mdx |
Normalizes testing prose. |
docs/build/guides/dapps/working-with-contract-specs.mdx |
Normalizes contract-spec prose. |
docs/build/guides/dapps/react.mdx |
Normalizes React terminology. |
docs/build/guides/contract-accounts/advanced-patterns.mdx |
Normalizes policy terminology. |
docs/build/guides/basics/classic-transition.mdx |
Normalizes smart-contract prose. |
docs/build/guides/auth/contract-authorization.mdx |
Normalizes authorization prose. |
docs/build/guides/archival/create-restoration-footprint-js.mdx |
Normalizes restoration prose. |
docs/build/apps/wallet/sep24.mdx |
Normalizes SEP-24 prose. |
docs/build/apps/example-application-tutorial/querying-data.mdx |
Normalizes Horizon prose. |
docs/build/apps/example-application-tutorial/payment.mdx |
Normalizes payment prose. |
docs/build/apps/example-application-tutorial/manage-trust.mdx |
Normalizes trustline prose. |
docs/build/apps/example-application-tutorial/anchor-integration/setup.mdx |
Normalizes integration prose. |
docs/build/apps/example-application-tutorial/anchor-integration/sep6.mdx |
Normalizes SEP-6 prose. |
docs/build/apps/example-application-tutorial/anchor-integration/sep24.mdx |
Normalizes endpoint names. |
docs/build/apps/example-application-tutorial/anchor-integration/sep1.mdx |
Normalizes SEP-1 prose. |
docs/build/apps/example-application-tutorial/account-creation.mdx |
Normalizes signup prose. |
docs/build/apps/dapp-frontend.mdx |
Normalizes frontend tutorial prose. |
docs/build/apps/application-design-considerations.mdx |
Normalizes design prose. |
docs/build/agentic-payments/x402/README.mdx |
Normalizes x402 prose. |
Co-authored-by: Codex <noreply@openai.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
For standardization and uniformity across viewing systems, plus support for consistent copying and searching