From 392047b49fb57a4a90dd0801dbeb7e768551a9d7 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Thu, 19 Mar 2026 11:10:53 -0700 Subject: [PATCH] docs: collapse Get Started tab into 3 groups (Option C) --- docs/docs.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/docs/docs.json b/docs/docs.json index 68762986212..956f33ed4be 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -836,17 +836,9 @@ { "tab": "Get started", "groups": [ - { - "group": "Home", - "pages": ["index"] - }, { "group": "Overview", - "pages": ["start/showcase"] - }, - { - "group": "Core concepts", - "pages": ["concepts/features"] + "pages": ["index", "start/showcase", "concepts/features"] }, { "group": "First steps",