From 7d64a8f0dec44f94130a9f6a9a015cc0fbf198b4 Mon Sep 17 00:00:00 2001 From: OwenMcGirr <3359031+OwenMcGirr@users.noreply.github.com> Date: Sun, 22 Feb 2026 17:03:51 +0000 Subject: [PATCH] Fix docs/mint.json navigation to flat array format MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Auto-generated --- docs/mint.json | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/docs/mint.json b/docs/mint.json index 0ac7f02..068c5de 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -1,17 +1,10 @@ { - "navigation": { - "tabs": [ - { - "tab": "CLI", - "groups": [ - { - "group": "CLI", - "pages": [ - "cli/overview" - ] - } - ] - } - ] - } + "navigation": [ + { + "group": "CLI", + "pages": [ + "cli/overview" + ] + } + ] }