docs: sync country coverage with Grid Switch Corridor List#534
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
Greptile SummaryThis PR updates the country coverage documentation snippet by adding Egypt (EG) with Bank Transfer rails to the live countries table, incrementing the headline count from 60 to 61 and the Middle East & Africa regional count from 14 to 15. The regional arithmetic is correct (32 + 15 + 9 + 5 = 61), Egypt is alphabetically ordered correctly between Denmark and Estonia, and the Coming Soon section is unchanged.
Confidence Score: 5/5Safe to merge — the file change correctly adds Egypt with consistent count updates throughout the snippet. The only changed file is a documentation snippet. Egypt is inserted in the correct alphabetical position, all three count references (inline text, card tag, and regional summary card) are updated consistently, and the regional totals add up correctly. The PR description mismatch is cosmetic and does not affect the deployed docs. No files require special attention.
|
| Filename | Overview |
|---|---|
| mintlify/snippets/country-support.mdx | Adds Egypt (EG) with Bank Transfer to the live countries table; bumps headline count 60→61 and ME&A regional count 14→15. All arithmetic checks out (32+15+9+5=61). PR description is stale and incorrectly describes the change as adding Ghana. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
Entry[New Country Entry] --> Status{Status in\nCorridor List}
Status -->|Live| LiveTable[Live Countries Table\n61 countries total]
Status -->|Public Roadmap = Yes\nStatus ≠ Live| ComingSoon[Coming Soon\nCA · CN · HK · KR]
LiveTable --> Region{Regional\nClassification}
Region --> EU[🌍 Europe\n32 countries\nSEPA / SEPA Instant]
Region --> MEA[🌍 Middle East & Africa\n15 countries\nBank Transfer]
Region --> APAC[🌏 Asia-Pacific\n9 countries\nVarious instant rails]
Region --> AMER[🌎 Americas\n5 countries\nPIX · SPEI · ACH · FedNow]
MEA --> EgyptNew[🇪🇬 Egypt EG\nBank Transfer\n✅ Added this PR]
Prompt To Fix All With AI
Fix the following 1 code review issue. Work through them one at a time, proposing concise fixes.
---
### Issue 1 of 1
mintlify/snippets/country-support.mdx:32
**PR description does not match the actual change**
The PR description says "Add Ghana (GH) as a Live destination" with counts moving 59→60 and ME&A 13→14, but the diff here adds Egypt (EG) — Ghana is already present in the file at line 37. The description also cites starting totals that were already outdated (60 countries and 14 ME&A entries) before this PR landed.
The file itself is correct (Egypt is properly placed alphabetically, and 32 + 15 + 9 + 5 = 61 adds up), but the PR description appears to have been generated against a stale file state and describes a different country entirely. It's worth updating the description to reflect the actual change (Egypt, 60 → 61, ME&A 14 → 15) so git history is accurate.
Reviews (2): Last reviewed commit: "docs: sync country coverage with Grid Sw..." | Re-trigger Greptile
Add Egypt (EG) as a new Live destination via Thunes (Bank Transfer). Total Live destinations 60 -> 61; Middle East and Africa 14 -> 15. https://claude.ai/code/session_01UyBGuQnkw8hQPjQuGRweKn
e5e09e6 to
fe747bc
Compare
Summary
Sync
mintlify/snippets/country-support.mdxwith the Grid Switch Corridor List source of truth.Bank Transfer).FeatureCardtags + "Send payments to N countries" copy).Live destinations were derived from rows with Status = "Live" (column J), deduped on ISO code; Egypt was the only delta vs. the current published table.
Test plan
make lint-markdown(no OpenAPI changes, no rebundle needed)mint dev🤖 Generated with Claude Code