From 959dedb7cf59e7d77cd584520164ac911de6706d Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Thu, 23 Apr 2026 21:45:37 -0700 Subject: [PATCH] docs(help): move help/scripts out of Testing group into Reference/Release and CI --- docs/docs.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs.json b/docs/docs.json index ebf706840d6..bd31fb890fc 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -1649,7 +1649,7 @@ }, { "group": "Release and CI", - "pages": ["reference/RELEASING", "reference/test", "ci"] + "pages": ["reference/RELEASING", "reference/test", "ci", "help/scripts"] } ] }, @@ -1666,7 +1666,7 @@ }, { "group": "Testing", - "pages": ["help/testing", "help/testing-live", "help/scripts"] + "pages": ["help/testing", "help/testing-live"] }, { "group": "Diagnostics",