docs: site-wide review updates#312
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Audit all 89 MDX pages against the style guide and fix ~200 violations: - ts → ts twoslash for all standalone TypeScript code blocks (~130 instances) - Add [bracketed tagline] to H1 headings on SDK reference pages (~39 pages) - Alphabetize object properties in code examples (Challenge.from, Receipt.from, polyfill/methods order) - Capitalize MPP protocol concepts (Challenge, Credential, Receipt) - Replace e.g. with 'for example' - Fix em dashes with spaces - Remove filler words (seamlessly) - Replace raw spec links with SpecCard components - Fix conditional 'should' → active voice - Add [terminal] labels to bash blocks - Fix skipped heading levels
Return Type blocks, function signatures, and code using uninstalled packages (lightning-mpp-sdk, elysia, express, hono) can't typecheck as twoslash. Revert these 53 blocks back to bare ts while keeping twoslash on Usage blocks that import from mppx/*.
Update AGENTS.md style guide and fix protocol/index.mdx and faq.mdx to use 'IETF Specification' instead of 'IETF Specs' or 'IETF Specifications'.
Add overscroll-behavior: none on html and overscroll-behavior: contain on the sidebar container to prevent macOS rubber-band scrolling from propagating when clicking sidebar sections.
818decf to
67f2385
Compare
67f2385 to
8befaea
Compare
8befaea to
c6533bf
Compare
- Remove backticks from GitHub dropdown SDK names - Update all IETF spec links to paymentauth.org - Replace ASCII diagram with Mermaid in Stripe overview - Expand FAQ: stablecoins (add Visa/Lightning), x402 compat, Agent naming, IETF status - Simplify HTTP 402 page intro - Rename MCP transport to MCP and JSON-RPC - Add Lightning card to charge intents page - Update first-party services description on Services page
c6533bf to
bc353bf
Compare
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.
Site-wide documentation review with the following changes:
mppx (TypeScript),mpp-rs (Rust),pympp (Python)tempoxyz.github.io/mpp-specsURLs →paymentauth.org(20 files)Build passes (
pnpm check:types+pnpm build).