yuidoc-theme-dc-lite
v0.0.4
Published
A javadoc-like light theme for yuidoc
Downloads
4
Readme
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"
}
}