mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
DOCS: merge from devel config
This commit is contained in:
@@ -350,6 +350,10 @@ export default defineConfig({
|
||||
text: "random",
|
||||
link: "/packages/random",
|
||||
},
|
||||
{
|
||||
text: "react-meteor-data",
|
||||
link: "/packages/react-meteor-data",
|
||||
},
|
||||
{
|
||||
text: "server-render",
|
||||
link: "/packages/server-render",
|
||||
@@ -374,13 +378,15 @@ 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: [],
|
||||
collapsed: true,
|
||||
},
|
||||
{
|
||||
text: "Troubleshooting",
|
||||
items: [
|
||||
@@ -389,10 +395,6 @@ export default defineConfig({
|
||||
link: "/troubleshooting/expired-certificate",
|
||||
},
|
||||
{ text: "Windows", link: "/troubleshooting/windows" },
|
||||
{
|
||||
text: "Known issues in 2.13",
|
||||
link: "/troubleshooting/known-issues",
|
||||
},
|
||||
],
|
||||
collapsed: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user