mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
DEV: adjust config for vitepress
This commit is contained in:
@@ -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,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user