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
- Host: GitHub
- URL: https://github.com/quantosobra/yuidoc-theme-quantosobra
- Owner: quantosobra
- License: mit
- Created: 2016-07-05T19:21:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-05T19:36:48.000Z (almost 9 years ago)
- Last Synced: 2025-02-07T02:46:19.405Z (4 months ago)
- Topics: yuidoc, yuidoc-theme
- Language: HTML
- Size: 132 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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"
}
}
```