From b61edb2f504162e704fbb9abb039e947f1883aff Mon Sep 17 00:00:00 2001 From: Gabriel Grubba Date: Fri, 13 Dec 2024 09:58:12 -0300 Subject: [PATCH] DEV: adjust config for vitepress --- v3-docs/docs/.vitepress/config.mts | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/v3-docs/docs/.vitepress/config.mts b/v3-docs/docs/.vitepress/config.mts index f57a717671..d2a7dcb97b 100644 --- a/v3-docs/docs/.vitepress/config.mts +++ b/v3-docs/docs/.vitepress/config.mts @@ -378,13 +378,22 @@ export default defineConfig({ link: "/packages/packages-listing", text: "Maintained Packages", }, + { + link: "packages/community-packages", + text: "Community Packages", + }, ], collapsed: true, }, { text: "Community Packages", link: "/community-packages/index", - items: [], + items: [ + { + text: "Meteor RPC", + link: "/community-packages/meteor-rpc", + }, + ], collapsed: true, }, {