From 318f95417a82036ee9253f994df486eac4231882 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Tue, 23 Jun 2026 17:55:58 +0800 Subject: [PATCH] docs: place maturity pages under release reference (#96061) Merged via squash. Prepared head SHA: 7ab898262e996a2eb3a54d8f5b6a5afc1966e782 Co-authored-by: vincentkoc <25068+vincentkoc@users.noreply.github.com> Co-authored-by: vincentkoc <25068+vincentkoc@users.noreply.github.com> Reviewed-by: @vincentkoc --- docs/docs.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/docs/docs.json b/docs/docs.json index e25e2488d031..963443a96b5a 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -68,6 +68,14 @@ "source": "/reference/openclaw-sdk-api-design", "destination": "/gateway/external-apps" }, + { + "source": "/reference/maturity-scorecard", + "destination": "/maturity/scorecard" + }, + { + "source": "/reference/maturity-taxonomy", + "destination": "/maturity/taxonomy" + }, { "source": "/mcp", "destination": "/cli/mcp" @@ -1654,15 +1662,6 @@ } ] }, - { - "tab": "Maturity", - "groups": [ - { - "group": "Maturity docs", - "pages": ["maturity/scorecard", "maturity/taxonomy"] - } - ] - }, { "tab": "Reference", "groups": [ @@ -1861,6 +1860,8 @@ { "group": "Release and CI", "pages": [ + "maturity/scorecard", + "maturity/taxonomy", "reference/RELEASING", "reference/full-release-validation", "reference/release-performance-sweep",