Skip to content

docs: sync supported countries with source of truth#354

Open
pengying wants to merge 1 commit intomainfrom
claude/awesome-thompson-618fce
Open

docs: sync supported countries with source of truth#354
pengying wants to merge 1 commit intomainfrom
claude/awesome-thompson-618fce

Conversation

@pengying
Copy link
Copy Markdown
Contributor

@pengying pengying commented Apr 20, 2026

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):

  • 🇷🇼 Rwanda (RW) — Bank Transfer
  • 🇦🇪 United Arab Emirates (AE) — Bank Transfer

Removed from Live:

  • Blocked in sheet: 🇧🇼 Botswana, 🇭🇺 Hungary, 🇹🇬 Togo
  • Moved to Coming Soon (plan / scoping / delayed): 🇧🇫 Burkina Faso, 🇨🇦 Canada, 🇨🇳 China, 🇨🇩 DR Congo, 🇬🇭 Ghana, 🇭🇰 Hong Kong, 🇲🇱 Mali
  • Not present in source of truth: 🇨🇷 Costa Rica, 🇰🇷 South Korea, 🇱🇰 Sri Lanka

Coming Soon (new section)

Added a 23-country table of corridors flagged H1 2026 Plan, Scoping, or Delayed in 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

  • Platform access / Local rails cards: 65 → 54 countries
  • Regional summary — Europe: 32→31, Africa: 17→12, Asia-Pacific: 11→8, Americas: 5→3

Notes

  • This PR was generated by the country-coverage-doc-sync scheduled task.
  • Payment rails for the two new live entries (Rwanda, UAE) default to Bank Transfer — please update if the corridor has specific local rail support.

Test plan

  • Spot-check the country-support.mdx table against the Grid Switch Corridor List
  • Run `make mint` and verify the Supported Countries page renders without layout issues
  • Confirm payment rails for Rwanda and UAE are correct

🤖 Generated with Claude Code

Copy link
Copy Markdown
Contributor Author

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

@mintlify
Copy link
Copy Markdown

mintlify bot commented Apr 20, 2026

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

Project Status Preview Updated (UTC)
Grid 🟢 Ready View Preview Apr 20, 2026, 7:08 PM

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

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Apr 20, 2026

Greptile Summary

This 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.

  • UAE / Asia-Pacific mislabeling: The "Asia-Pacific" regional card tag of 8 implicitly includes UAE to make the total reach 54, but UAE is geographically in the Middle East. The card label (or a new dedicated card) should reflect this to avoid misleading users.

Confidence Score: 4/5

Safe 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

Important Files Changed

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]
Loading

Fix All in Claude Code

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

Comment thread mintlify/snippets/country-support.mdx Outdated
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 20, 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 20, 2026 7:12pm

Request Review

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>
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