safelink
Version:
SafeLink is an open-source NodeJS library created to maintain long-term communication between distant remote sites with varying network quality
36 lines (25 loc) • 906 B
Markdown
yuidoc-bootstrap-theme
======================
A revamped yuidoc theme with bootstrap
When running yuidoc from command line:
-t : themedir
-H : helper js file
Ex.
yuidoc -t _location_/yuidoc-bootstrap-theme -H _location_/yuidoc-bootstrap-theme/helpers/helpers.js
When running with grunt it is best to use this as a submodule.
Then under yuidoc.json options add:
"themedir" : _location_/yuidoc-bootstrap-theme,
"helpers" : [ _location_/yuidoc-bootstrap-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-bootstrap-theme",
"helpers": ["_location_/yuidoc-bootstrap-theme/helpers/helpers.js"]
}
}