From 3e4f6810a50848416ea74458d8eced3eff5af709 Mon Sep 17 00:00:00 2001 From: Tomas R Date: Mon, 7 Sep 2026 14:50:23 -0300 Subject: [PATCH] docs: point Payments tab at the /payments landing page The Payments tab had no landing page, so Mintlify linked it to the first page in the nav (/payments/overview). Set the first group's root to payments/index, the Pay homepage added in fd53a98 that was never wired into the navigation. Co-Authored-By: Claude Opus 5 (1M context) --- docs.json | 1 + 1 file changed, 1 insertion(+) diff --git a/docs.json b/docs.json index f296086..bc5d250 100644 --- a/docs.json +++ b/docs.json @@ -462,6 +462,7 @@ "groups": [ { "group": "Get Started", + "root": "payments/index", "pages": [ "payments/overview", "payments/for-users",