docs: sync supported countries with source of truth#354
docs: sync supported countries with source of truth#354
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Greptile SummaryThis PR syncs the supported country documentation with the Grid Switch Corridor source of truth: the live table is trimmed from 65 to 54 countries (removing 11 corridors that are blocked or no longer tracked, adding Rwanda and UAE), and a new "Coming Soon" section lists 23 planned corridors. Regional summary card counts are updated accordingly.
Confidence Score: 4/5Safe to merge after fixing the UAE regional classification, which would mislead users searching for Middle East coverage. One P1 finding: UAE is folded into the "Asia-Pacific" regional count (making it 8) even though UAE is in the Middle East. The overall country count (54) and individual table entries are correct; the issue is confined to the regional summary label. All other changes — removed corridors, new Coming Soon section, updated counts — look accurate. mintlify/snippets/country-support.mdx — regional summary Asia-Pacific card
|
| Filename | Overview |
|---|---|
| mintlify/snippets/country-support.mdx | Syncs live country table to 54 countries (removing 11, adding Rwanda and UAE), adds "Coming Soon" section with 23 planned corridors, and updates regional summary counts — but the "Asia-Pacific" card tag (8) implicitly includes UAE, which is geographically Middle East. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[65 countries before PR] --> B[Remove 13 corridors\nblocked / no longer tracked]
A --> C[Add 2 live corridors\nRwanda · UAE]
B --> D[54 live countries]
C --> D
D --> E[Live Table\n54 rows]
D --> F[Regional Summary]
F --> G[Europe · 31]
F --> H[Africa · 12]
F --> I[Asia-Pacific · 8\n⚠ includes UAE / Middle East]
F --> J[Americas · 3]
B --> K[Coming Soon Section\n23 planned corridors]
Prompt To Fix All With AI
This is a comment left during a code review.
Path: mintlify/snippets/country-support.mdx
Line: 84
Comment:
**UAE miscounted under Asia-Pacific regional summary**
The regional card tag changed from `11` to `8` for "Asia-Pacific," but that value only reaches 8 if UAE is included. The actual Asia-Pacific countries in the live table are: India, Indonesia, Malaysia, Philippines, Singapore, Thailand, Vietnam — that's 7. UAE (🇦🇪) is geographically in the Middle East, not Asia-Pacific. Including it under "Asia-Pacific" would be misleading to users looking for Middle East coverage.
The total does add up to 54 only when UAE is folded into the Asia-Pacific count (31 + 12 + 8 + 3 = 54). The fix is either to rename the region to something like "Asia-Pacific & Middle East" and keep tag="8", or add a separate "Middle East" card for UAE and drop the Asia-Pacific tag back to 7.
```suggestion
<FeatureCard icon="/images/icons/globe.svg" title="Asia-Pacific & Middle East" tag="8 countries">
```
How can I resolve this? If you propose a fix, please make it concise.Reviews (1): Last reviewed commit: "docs: sync supported countries with sour..." | Re-trigger Greptile
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
7050186 to
a1f67f8
Compare
Refresh the supported country list to match the Grid Switch Corridor source of truth. Moves corridors marked planned, scoping, or delayed into a new "Coming Soon" section; adds Rwanda and UAE as live; removes corridors that are blocked or no longer tracked. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
a1f67f8 to
046894e
Compare

Summary
Syncs the supported-countries snippet with the Grid Switch Corridor List source of truth (Google Sheet).
Live list changes
Added (now Live in the sheet):
Removed from Live:
Coming Soon (new section)
Added a 23-country table of corridors flagged
H1 2026 Plan,Scoping, orDelayedin the sheet: Bangladesh, Burkina Faso, Canada, China, Colombia, DR Congo, Dominican Republic, Egypt, El Salvador, Ethiopia, Gabon, Ghana, Guatemala, Haiti, Honduras, Hong Kong, Jamaica, Liberia, Mali, Morocco, Nepal, Pakistan, Tonga.Counts
Notes
country-coverage-doc-syncscheduled task.Bank Transfer— please update if the corridor has specific local rail support.Test plan
country-support.mdxtable against the Grid Switch Corridor List🤖 Generated with Claude Code