Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Greptile SummaryRemoves a broken relative link ( Confidence Score: 5/5Safe to merge — single-line doc fix with no functional impact. The change removes one broken link and substitutes plain text. No logic, schema, or API behavior is affected. The root cause (snippet used in a tab that has no matching onboarding page) is correctly diagnosed, and the minimal fix is appropriate. No files require special attention.
|
| Filename | Overview |
|---|---|
| mintlify/snippets/global-accounts/walkthrough.mdx | Removes a single broken cross-tab relative link and replaces it with equivalent plain text; no logic or content is changed. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["walkthrough.mdx snippet"] -->|"included in"| B["global-accounts/implementation-overview.mdx"]
A -->|"included in"| C["global-p2p/global-accounts/overview.mdx"]
A -->|"included in"| D["payouts-and-b2b/global-accounts/overview.mdx"]
A -->|"included in"| E["ramps/global-accounts/overview.mdx"]
A -->|"included in"| F["rewards/global-accounts/overview.mdx"]
C -->|"../onboarding/configuring-customers ✅"| G["global-p2p/onboarding/configuring-customers.mdx"]
D -->|"../onboarding/configuring-customers ✅"| H["payouts-and-b2b/onboarding/configuring-customers.mdx"]
E -->|"../onboarding/configuring-customers ✅"| I["ramps/onboarding/configuring-customers.mdx"]
F -->|"../onboarding/configuring-customers ✅"| J["rewards/onboarding/configuring-customers.mdx"]
B -->|"../onboarding/configuring-customers ❌ does not exist"| K["global-accounts/onboarding/configuring-customers.mdx (MISSING)"]
style K fill:#ff6b6b,color:#fff
style A fill:#4ecdc4,color:#fff
Reviews (1): Last reviewed commit: "docs: drop broken cross-tab KYC link in ..." | Re-trigger Greptile

No description provided.