Skip to content

dooxe/yuidoc-theme-dc-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
    }
}