Skip to content

Commit

Permalink
Update sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
alcuadrado committed Oct 22, 2021
1 parent f84fb57 commit 8611294
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const defaultSlugify = require("@vuepress/shared-utils/lib/slugify");
const plugins = require("./sorted-plugins.js");

const pluginsChildren = plugins.map((p) => [
const officialPlugins = plugins.officialPlugins.map((p) => [
"/plugins/" + p.normalizedName + ".md",
p.name,
0,
Expand Down Expand Up @@ -150,7 +150,10 @@ module.exports = {
{
title: "Plugins",
collapsable: false,
children: pluginsChildren,
children: [
...officialPlugins,
["/plugins/#community-plugins", "Community plugins", 0],
],
},
],
},
Expand Down

0 comments on commit 8611294

Please sign in to comment.