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