0.2.8 • Published 2 years ago

@b0g3r/vuepress-plugin-generate-tree v0.2.8

Weekly downloads
10
License
MIT
Repository
github
Last release
2 years ago

Vuepress Plugin for generating tree object with each page in locale prefix

Version License

Sorry, plugin for what?

In our Teamlead Roadmap we wanted to generate a tree with pages structure and meta-data.

It is very useful for automatically build sidebar, and vuepress community has plugin for it. But we need not only sidebar, but also meta-data, exporting to file, special ordering, so we decided to create a new specific plugin 🙄 (yes, NIH syndrome)

Main idea of Teamlead Roadmap is maintaining big mindmap with teamleader's competencies and roles based on VuePress site generator. Web-interface is a good place for beginning, but people want use other mindmap tools and generating other artifacts is a necessity for us. Plugin solves this problem and generate tree of pages with metadata from frontmatter and $page object.

Install

yarn add -D @b0g3r/vuepress-plugin-generate-tree
# OR npm install -D @b0g3r/vuepress-plugin-generate-tree

Usage

TODO:

module.exports = {
  plugins: [
  ]
}

Options

TODO:

0.2.8

2 years ago

0.2.7

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.2.6

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago