An open API service indexing awesome lists of open source software.

https://github.com/quantosobra/yuidoc-theme-quantosobra

YUIDoc theme for QuantoSobra projects
https://github.com/quantosobra/yuidoc-theme-quantosobra

yuidoc yuidoc-theme

Last synced: 2 months ago
JSON representation

YUIDoc theme for QuantoSobra projects

Awesome Lists containing this project

README

        

# YUIDoc theme for QuantoSobra

A simple [YUIDoc](http://yui.github.io/yuidoc/) theme. Based off [yuidoc-theme-blue](https://github.com/royriojas/yuidoc-theme-blue).

Install with NPM:

```
$ npm install quantosobra/yuidoc-theme-quantosobra
```

## Configuration File

If your project uses a "yuidoc.json" file for configuration, add:

```js
"themedir" : "node_modules/yuidoc-theme-quantosobra"
```

Example:

```json
{
"name": "Example",
"url": "www.example.com",
"version": "0.1.0",
"options": {
"paths": "_location to parse_",
"outdir": "build/docs",
"exclude": "lib,docs,build",
"themedir": "node_modules/yuidoc-theme-quantosobra"
}
}
```