1.0.5 • Published 6 years ago

minno-gendocs v1.0.5

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
6 years ago

minno-gendocs

A static site generator for minno

npm version

Install

npm install minno-gendocs --save

Usage

node minno-gendocs src dest

Where 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.md exists, 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 define will be rendered as markdown).
1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago