docs: move testing guide from Guides to Contributing section

Addresses review feedback: move the local CLI testing guide out of
the Guides nav group and into the Contributing section alongside
contributing.mdx.
This commit is contained in:
Miguel Ángel
2026-03-31 00:05:45 +02:00
parent 0aa78a84a8
commit f098a71d78
2 changed files with 3 additions and 4 deletions
+3 -4
View File
@@ -54,8 +54,7 @@
"guides/templates",
"guides/rendering",
"guides/common-mistakes",
"guides/troubleshooting",
"guides/testing-local-changes"
"guides/troubleshooting"
]
}
]
@@ -83,8 +82,8 @@
"pages": ["reference/html-schema"]
},
{
"group": "Community",
"pages": ["contributing"]
"group": "Contributing",
"pages": ["contributing", "contributing/testing-local-changes"]
}
]
}