ozum / vuepress-bar

VuePress sidebar and navbar generator based on file and directory structure. Focus your documents, not sidebar or navbar.
90 stars 40 forks source link

node_modules gets included #29

Closed trajano closed 3 years ago

trajano commented 3 years ago

I fix this by

sidebar: sidebar.filter((i) => i.title !== "Node Modules"),

It may be useful to add that information on the README.md file.

ozum commented 3 years ago

Thanks, @trajano, I added it to README.md