Skip to content

tlbootcamp/vuepress-plugin-generate-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vuepress-plugin-generate-tree

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:

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •