1.0.0 • Published 7 years ago

yuidoc-parch-theme v1.0.0

Weekly downloads
9
License
-
Repository
github
Last release
7 years ago

YUIDoc Parch Theme

npm version

An YUIDoc theme based on yuidoc-ember-theme

$ npm install yuidoc-parch-theme

Configuration File

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

"themedir" : "node_modules/yuidoc-parch-theme",
"helpers" : ["node_modules/yuidoc-parch-theme/helpers/helpers.js"]

Example:

{
  "name": "Example",
  "url": "<GITHUB REPO URL>",
  "version": "0.1.0",
  "indexModule": "Welcome",
  "options": {
      "paths": "_location to parse_",
      "outdir": "docs",
      "exclude": "lib,docs",
      "themedir": "node_modules/yuidoc-parch-theme",
      "helpers": ["node_modules/yuidoc-parch-theme/helpers/helpers.js"]
  }
}
1.0.0

7 years ago