Skip to content

docs(ramps): align sandbox-testing page with api-reference source of truth#358

Open
pengying wants to merge 1 commit intomainfrom
04-20-docs_ramps_align_sandbox-testing_page_with_api-reference_source_of_truth
Open

docs(ramps): align sandbox-testing page with api-reference source of truth#358
pengying wants to merge 1 commit intomainfrom
04-20-docs_ramps_align_sandbox-testing_page_with_api-reference_source_of_truth

Conversation

@pengying
Copy link
Copy Markdown
Contributor

No description provided.

@mintlify
Copy link
Copy Markdown

mintlify bot commented Apr 21, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
Grid 🟢 Ready View Preview Apr 21, 2026, 1:15 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 21, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
grid-flow-builder Ready Ready Preview, Comment Apr 21, 2026 1:15am

Request Review

Copy link
Copy Markdown
Contributor Author

pengying commented Apr 21, 2026

This stack of pull requests is managed by Graphite. Learn more about stacking.

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Apr 21, 2026

Greptile Summary

This PR refactors sandbox-testing.mdx from a ~390-line step-by-step tutorial into a focused ~80-line reference page that describes only the sandbox-specific "magic values" (account number suffixes, test addresses) used to drive test outcomes. Full ramp flows are delegated to the existing conversion-flows article, and two new snippet components (SandboxQuotePatterns, SandboxKybVerification) are wired in.

Confidence Score: 5/5

Documentation-only change with no logic, all referenced snippets exist, and anchor links resolve correctly — safe to merge.

All five imported snippet files exist on disk, internal anchor targets match their heading text, and the code blocks carry the required language tag. No broken links, missing imports, or style-guide violations detected.

No files require special attention.

Important Files Changed

Filename Overview
mintlify/ramps/platform-tools/sandbox-testing.mdx Page trimmed from ~390 to ~80 lines; adds SandboxQuotePatterns and SandboxKybVerification snippet imports (both files confirmed to exist); internal anchor links and cross-references are correct.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[sandbox-testing.mdx] --> B[KYC/KYB verification\nSandboxKybVerification]
    A --> C[Adding external accounts\nSandboxExternalAccounts]
    C --> D[Beneficiary verification\nSandboxBeneficiaryVerification]
    A --> E[Transfer in\nSandboxTransferPatterns]
    E --> E1[transfer-in endpoint]
    E --> E2[sandbox fund endpoint]
    A --> F[Creating quotes\nSandboxQuotePatterns]
    F --> G[Executing a quote]
    G --> G1[Prefunded internal account]
    G --> G2[Real-time via sandbox send]
    A --> H[Transferring out\nsame magic suffix patterns]
    A -.->|delegates full flow| I[fiat-crypto-conversion.mdx]
Loading

Reviews (1): Last reviewed commit: "docs(ramps): align sandbox-testing page ..." | Re-trigger Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant