docs: sync Coming Soon country coverage (add China)#691
Conversation
Sync mintlify/snippets/country-support.mdx against the Grid Switch Corridor List source of truth. The Coming Soon filter (Public Roadmap = Yes AND Status != Live) now resolves to Canada, China, Hong Kong, and South Korea, so add China to the Coming Soon table. The Live table (62 countries) and regional counts already match the sheet — no other changes needed. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01G1ymXyjUvzaDPSTS9Rqfrh
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
Greptile SummaryThis PR adds 🇨🇳 China (CN) to the "Coming Soon" table in
Confidence Score: 4/5The change is a one-line documentation addition, but it introduces a country that is already listed as Live, leaving readers with contradictory information on the same page. China (CN) already appears in the Live table with a Bank Transfer rail. Adding it again to the Coming Soon table means the same country is simultaneously advertised as available and as upcoming — readers have no way to reconcile the two entries without out-of-band knowledge of the Tazapay / Scoping context described in the PR. mintlify/snippets/country-support.mdx — verify whether the duplicate China entry is intentional and, if so, add inline context to distinguish the two corridors.
|
| Filename | Overview |
|---|---|
| mintlify/snippets/country-support.mdx | Adds China (CN) to the Coming Soon table; however, China already appears in the Live table, creating a contradictory listing on the same page. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
Sheet["Grid Switch Corridor List\n(Source of Truth)"] --> Filter["Filter: Public Roadmap = Yes\nAND Status ≠ Live"]
Filter --> ComingSoon["Coming Soon Countries\nCA, CN, HK, KR"]
ComingSoon --> Doc["country-support.mdx\nComing Soon Table"]
Sheet --> LiveFilter["Filter: Status = Live\n(62 countries)"]
LiveFilter --> LiveTable["country-support.mdx\nLive Table"]
LiveTable -- "CN already here (line 27)" --> Conflict["⚠️ China appears\nin BOTH tables"]
Doc -- "CN added by this PR" --> Conflict
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
Sheet["Grid Switch Corridor List\n(Source of Truth)"] --> Filter["Filter: Public Roadmap = Yes\nAND Status ≠ Live"]
Filter --> ComingSoon["Coming Soon Countries\nCA, CN, HK, KR"]
ComingSoon --> Doc["country-support.mdx\nComing Soon Table"]
Sheet --> LiveFilter["Filter: Status = Live\n(62 countries)"]
LiveFilter --> LiveTable["country-support.mdx\nLive Table"]
LiveTable -- "CN already here (line 27)" --> Conflict["⚠️ China appears\nin BOTH tables"]
Doc -- "CN added by this PR" --> Conflict
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:107
**China listed in both Live and Coming Soon tables**
`🇨🇳 China | CN` already appears in the Live table at line 27 (`Bank Transfer`). Adding it a second time to the Coming Soon table means readers will see China classified as both an active destination and an upcoming one on the same page, which is contradictory. If the intent is to surface a second, distinct corridor for China (e.g., Tazapay / Scoping alongside an already-live Bank Transfer route), the doc should clarify that distinction; otherwise one of the entries should be removed.
Reviews (1): Last reviewed commit: "docs: sync Coming Soon country coverage ..." | Re-trigger Greptile
| | Country | ISO Code | | ||
| |---|---| | ||
| | 🇨🇦 Canada | CA | | ||
| | 🇨🇳 China | CN | |
There was a problem hiding this comment.
China listed in both Live and Coming Soon tables
🇨🇳 China | CN already appears in the Live table at line 27 (Bank Transfer). Adding it a second time to the Coming Soon table means readers will see China classified as both an active destination and an upcoming one on the same page, which is contradictory. If the intent is to surface a second, distinct corridor for China (e.g., Tazapay / Scoping alongside an already-live Bank Transfer route), the doc should clarify that distinction; otherwise one of the entries should be removed.
Prompt To Fix With AI
This is a comment left during a code review.
Path: mintlify/snippets/country-support.mdx
Line: 107
Comment:
**China listed in both Live and Coming Soon tables**
`🇨🇳 China | CN` already appears in the Live table at line 27 (`Bank Transfer`). Adding it a second time to the Coming Soon table means readers will see China classified as both an active destination and an upcoming one on the same page, which is contradictory. If the intent is to surface a second, distinct corridor for China (e.g., Tazapay / Scoping alongside an already-live Bank Transfer route), the doc should clarify that distinction; otherwise one of the entries should be removed.
How can I resolve this? If you propose a fix, please make it concise.|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Summary
Syncs
mintlify/snippets/country-support.mdxagainst the Grid Switch Corridor List source of truth.The only drift is in the Coming Soon table. Applying the filter Public Roadmap (col H) = Yes AND Status (col J) ≠ Live resolves to Canada, China, Hong Kong, South Korea. China (row 87 — Tazapay / Scoping / Public Roadmap = Yes) was missing, so it's added.
Changes
Verified already in sync (no change needed)
Status = Liveset exactly.Only
mintlify/snippets/country-support.mdxis touched, so no OpenAPI rebundle is needed.Generated by Claude Code