From 419f8ec5bd39319707eb4b781ecf2ab2a62a052f Mon Sep 17 00:00:00 2001 From: Gabriel Grubba Date: Thu, 28 Nov 2024 21:11:01 -0300 Subject: [PATCH] DOCS: Update the community packages links --- v3-docs/docs/.vitepress/config.mts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/v3-docs/docs/.vitepress/config.mts b/v3-docs/docs/.vitepress/config.mts index 90e1963f61..5cf32b8890 100644 --- a/v3-docs/docs/.vitepress/config.mts +++ b/v3-docs/docs/.vitepress/config.mts @@ -384,12 +384,7 @@ export default defineConfig({ { text: "Community Packages", link: "/community-packages/index", - items: [ - { - text: "React Meteor Data", - link: "/community-packages/react-meteor-data", - }, - ], + items: [], collapsed: true, }, {