DEV: adjust config for vitepress

This commit is contained in:
Gabriel Grubba
2024-12-13 09:58:12 -03:00
parent 1da37f4c71
commit b61edb2f50

View File

@@ -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,
},
{