Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
57217be to
33338e3
Compare
33338e3 to
7ed5f0f
Compare
7ed5f0f to
b0b3a88
Compare
Greptile SummaryThis PR adds a new top-level Global Accounts documentation tab to the Mintlify site — a new landing page (
Confidence Score: 4/5Safe to merge for the new Global Accounts tab itself; the outstanding relative-link breakage in walkthrough.mdx affects the cross-tab overview pages and was flagged in a prior review cycle. The new top-level tab, landing page, wrapper pages, and sandbox guide are all clean. The unresolved P1s (relative hrefs in walkthrough.mdx that 404 on cross-tab overview pages) were already flagged before this revision and remain unaddressed, capping the score at 4. mintlify/snippets/global-accounts/walkthrough.mdx — relative hrefs in the bottom CardGroup and inline anchors break when embedded in global-p2p, payouts-and-b2b, ramps, and rewards overview pages.
|
| Filename | Overview |
|---|---|
| mintlify/docs.json | Adds new "Global Accounts" top-level tab with three groups (Overview, Account security, Platform tools); all referenced page paths correspond to new files in this PR. |
| mintlify/global-accounts/index.mdx | New landing page for the Global Accounts tab; includes hero image (consistent with other tab index pages), feature cards, and nav cards pointing to absolute internal paths. |
| mintlify/snippets/global-accounts/walkthrough.mdx | Renamed from overview.mdx; contains relative hrefs in the bottom CardGroup (./client-keys, ./authentication, etc.) and inline anchors in steps 3/7, plus a ../onboarding/configuring-customers link — all of which break when this snippet is embedded in the cross-tab overview pages (flagged in prior review). |
| mintlify/snippets/global-accounts/concepts.mdx | New snippet containing concept prose (architecture tables, payment flow, auth key types); no relative links — cleanly extracted from the old overview.mdx. |
| mintlify/global-accounts/platform-tools/sandbox-testing.mdx | New sandbox testing guide with valid snippet import, well-structured steps, absolute internal links, and proper language tags on code blocks. |
| mintlify/global-p2p/global-accounts/overview.mdx | Updated to import the two new split snippets (concepts + walkthrough); inherits the relative-link issues from walkthrough.mdx when both snippets are embedded here. |
| mintlify/global-accounts/implementation-overview.mdx | Thin wrapper importing the walkthrough snippet; relative links in the snippet resolve correctly from this page's path (global-accounts/). |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[snippets/global-accounts/concepts.mdx] --> B[global-accounts/index.mdx]
A --> C[global-p2p/global-accounts/overview.mdx]
A --> D[payouts-and-b2b/global-accounts/overview.mdx]
A --> E[ramps/global-accounts/overview.mdx]
A --> F[rewards/global-accounts/overview.mdx]
G[snippets/global-accounts/walkthrough.mdx] --> H[global-accounts/implementation-overview.mdx]
G --> C
G --> D
G --> E
G --> F
G -- "relative links OK on this page" --> H
G -- "relative links break here" --> C
G -- "relative links break here" --> D
G -- "relative links break here" --> E
G -- "relative links break here" --> F
Reviews (3): Last reviewed commit: "docs: add top-level Global Accounts tab" | Re-trigger Greptile
|
@greptile review |
b0b3a88 to
0a60dd8
Compare
0a60dd8 to
9234d06
Compare
9234d06 to
b182319
Compare
|
@greptile review |

No description provided.