1.0.0 • Published 8 years ago
yuidoc-w-systems-theme v1.0.0
yuidoc-w-systems-theme
A revamped yuidoc theme with bootstrap, customized for w-systems.
Grab from npm via:
 npm install yuidoc-w-systems-themehttps://www.npmjs.org/package/yuidoc-w-systems-theme
When running yuidoc from command line: -t : themedir -H : helper js file
Ex.
yuidoc -t _location_/yuidoc-w-systems-theme -H _location_/yuidoc-w-systems-theme/helpers/helpers.jsWhen running with grunt it is best to use this as a submodule.
Then under yuidoc.json options add:
"themedir" : _location_/yuidoc-w-systems-theme,
"helpers" : [ _location_/yuidoc-w-systems-theme/helpers/helpers.js ]Ex.
{
    "name": "Example",
    "url": "www.example.com",
    "version": "0.1.0",
    "options": {
        "paths": "_location to parse_",
        "outdir": "build/docs",
        "exclude": "lib,docs,build",
        "themedir": "_location_/yuidoc-w-systems-theme",
        "helpers": ["_location_/yuidoc-w-systems-theme/helpers/helpers.js"]
    }
}1.0.0
8 years ago