From 4b7ce85229bfcb8c0414b8ec71c71c92b5424dc5 Mon Sep 17 00:00:00 2001 From: Mason Williams Date: Thu, 11 Sep 2025 15:04:17 -0400 Subject: [PATCH] docs: Reorder Get Started pages in docs.json --- docs.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs.json b/docs.json index 3973687..0dec6b2 100644 --- a/docs.json +++ b/docs.json @@ -47,8 +47,8 @@ { "group": "Get Started", "pages": [ - "introduction", - "quickstart" + "quickstart", + "introduction" ] }, {