Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 421 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 421 Bytes

yuidoc theme dc lite

This theme is presented like a javadoc api with a light theme.

Demo

You can check the documentation of my jecho library for a demo.

Installation

npm install yuidoc-theme-dc-lite

Usage

Inside your yuidoc.json:

{
    "options" : {
        "themedir"  : "node_modules/yuidoc-theme-dc-lite"
    }
}