From be9f4389124e19dc8a8e150fc448d4cd369b608e Mon Sep 17 00:00:00 2001 From: Aimen Sahnoun Date: Tue, 3 Mar 2026 17:07:33 +0400 Subject: [PATCH] =?UTF-8?q?docs(nav):=20hide=20community=20page=20from=20R?= =?UTF-8?q?esources=20while=20keeping=20source=20file=20Remove=20`resource?= =?UTF-8?q?s/community`=20from=20the=20Resources=20navigation=20in=20`docs?= =?UTF-8?q?.json`=20to=20make=20the=20Community=20page=20inaccessible=20in?= =?UTF-8?q?=20the=20docs=20UI=20for=20now,=20while=20preserving=20`resourc?= =?UTF-8?q?es/community.mdx`=20in=20the=20repository=20for=20potential=20f?= =?UTF-8?q?uture=20reactivation.=20-=20removed=20`resources/community`=20f?= =?UTF-8?q?rom=20`Resources=20->=20=F0=9F=8C=90=20Developer=20Resources`?= =?UTF-8?q?=20page=20list=20-=20kept=20the=20underlying=20`resources/commu?= =?UTF-8?q?nity.mdx`=20file=20unchanged=20in=20codebase=20-=20validated=20?= =?UTF-8?q?`docs.json`=20remains=20syntactically=20valid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs.json b/docs.json index a4f699b..e410fb9 100644 --- a/docs.json +++ b/docs.json @@ -142,8 +142,7 @@ "pages": [ "resources/supported-chains-and-currencies", "resources/near-blockchain", - "resources/token-list", - "resources/community" + "resources/token-list" ] }, {