From 8591afec1d1bfef813aca837cb631c1c06ed1582 Mon Sep 17 00:00:00 2001 From: Rick Hanlon Date: Tue, 2 Sep 2025 13:36:58 -0400 Subject: [PATCH] Add setup to home sidebar --- src/sidebarHome.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/sidebarHome.json b/src/sidebarHome.json index f23b8bb1e33..75914d6c36d 100644 --- a/src/sidebarHome.json +++ b/src/sidebarHome.json @@ -14,6 +14,10 @@ "title": "Installation", "path": "/learn/installation" }, + { + "title": "Setup", + "path": "/learn/setup" + }, { "title": "React Compiler", "path": "/learn/react-compiler"