From 0deaae89aaf0988a89f38f8477c410990b8e6d9f Mon Sep 17 00:00:00 2001 From: sawka Date: Mon, 13 Nov 2023 18:09:20 -0800 Subject: [PATCH] try to fix issue by reordering pages --- mint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mint.json b/mint.json index 3c68390..beb51b4 100644 --- a/mint.json +++ b/mint.json @@ -43,8 +43,8 @@ { "group": "Get Started", "pages": [ - "introduction", "quickstart", + "introduction", "releasenotes" ] },