move YUIDoc settings to package.json
{ | ||
"name": "iobserve-ui", | ||
"version": "0.0.0", | ||
"version": "0.9.0", | ||
"description": "Web based user interface for the iObserve project", | ||
"private": true, | ||
"directories": { | ||
... | ... | @@ -58,5 +58,32 @@ |
"cytoscape-cola": "^1.4.0", | ||
"cytoscape-cose-bilkent": "^1.3.6", | ||
"yuidoc-bootstrap-theme": "^1.0.6" | ||
}, | ||
"yuidoc": { | ||
"options": { | ||
"paths": [ | ||
"app" | ||
], | ||
"exclude": "vendor", | ||
"outdir": "docs", | ||
"linkNatives": true, | ||
"quiet": true, | ||
"parseOnly": false, | ||
"lint": false, | ||
"themedir": "node_modules/yuidoc-bootstrap-theme", | ||
"helpers": ["node_modules/yuidoc-bootstrap-theme/helpers/helpers.js"], | ||
"external": { | ||
"data": [ | ||
{ | ||
"base": "http://emberjs.com/api/", | ||
"json": "http://builds.emberjs.com/tags/v2.4.0/ember-docs.json" | ||
}, | ||
{ | ||
"base": "http://emberjs.com/api/data/", | ||
"json": "http://builds.emberjs.com/tags/v2.4.0/ember-data-docs.json" | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
yuidoc.json
deleted
100644 → 0
Please register or sign in to comment