Skip to content

Commit be9f438

Browse files
committed
docs(nav): hide community page from Resources while keeping source file
Remove `resources/community` from the Resources navigation in `docs.json` to make the Community page inaccessible in the docs UI for now, while preserving `resources/community.mdx` in the repository for potential future reactivation. - removed `resources/community` from `Resources -> 🌐 Developer Resources` page list - kept the underlying `resources/community.mdx` file unchanged in codebase - validated `docs.json` remains syntactically valid
1 parent b5a3a67 commit be9f438

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,7 @@
142142
"pages": [
143143
"resources/supported-chains-and-currencies",
144144
"resources/near-blockchain",
145-
"resources/token-list",
146-
"resources/community"
145+
"resources/token-list"
147146
]
148147
},
149148
{

0 commit comments

Comments
 (0)