This theme is presented like a javadoc api with a light theme.
You can check the documentation of my jecho library for a demo.
npm install yuidoc-theme-dc-lite
Inside your yuidoc.json
:
{
"options" : {
"themedir" : "node_modules/yuidoc-theme-dc-lite"
}
}