diff --git a/docs/guides/testing-local-changes.mdx b/docs/contributing/testing-local-changes.mdx similarity index 100% rename from docs/guides/testing-local-changes.mdx rename to docs/contributing/testing-local-changes.mdx diff --git a/docs/docs.json b/docs/docs.json index 7bf360e56..6deb4074f 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -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"] } ] }