1.0.5 • Published 8 years ago
minno-gendocs v1.0.5
minno-gendocs
A static site generator for minno
Install
npm install minno-gendocs --saveUsage
node minno-gendocs src destWhere src is a source directory, and dest is the directory we want to create the docs in.
Gendocs will walk through the source directory and render folder according to the following rules:
Description
- If
menu.mdexists, it is used as the menu for all files within this directory. - Markdown files (other than menu.md) will be rendered into the layout.
- JS files will be rendered into a playground (the lines of comments before
definewill be rendered as markdown).