Skip to content

docs: drop broken cross-tab KYC link in Global Accounts walkthrough#413

Merged
jklein24 merged 1 commit intomainfrom
04-28-docs_drop_broken_cross-tab_kyc_link_in_global_accounts_walkthrough
Apr 28, 2026
Merged

docs: drop broken cross-tab KYC link in Global Accounts walkthrough#413
jklein24 merged 1 commit intomainfrom
04-28-docs_drop_broken_cross-tab_kyc_link_in_global_accounts_walkthrough

Conversation

@jklein24
Copy link
Copy Markdown
Contributor

No description provided.

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 28, 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 28, 2026 7:19am

Request Review

@mintlify
Copy link
Copy Markdown
Contributor

mintlify Bot commented Apr 28, 2026

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

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

Copy link
Copy Markdown
Contributor Author

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

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Apr 28, 2026

Greptile Summary

Removes a broken relative link (../onboarding/configuring-customers) from the Global Accounts walkthrough snippet. Because this file is a shared snippet rendered in multiple Mintlify tabs (global-p2p, payouts-and-b2b, ramps, rewards, and global-accounts), no single relative path can point to a valid configuring-customers page across all contexts — and the global-accounts tab has no onboarding/configuring-customers.mdx at all, making the link definitively broken there.

Confidence Score: 5/5

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

Important Files Changed

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
Loading

Reviews (1): Last reviewed commit: "docs: drop broken cross-tab KYC link in ..." | Re-trigger Greptile

@jklein24 jklein24 merged commit 4593f15 into main Apr 28, 2026
9 checks passed
@jklein24 jklein24 deleted the 04-28-docs_drop_broken_cross-tab_kyc_link_in_global_accounts_walkthrough branch April 28, 2026 07:25
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.

2 participants