yuidoc-mediamonks-theme

2.0.2 • Public • Published

yuidoc-bootstrap-theme

A revamped yuidoc theme with bootstrap.

Grab from npm via:

 npm install yuidoc-bootstrap-theme

https://www.npmjs.org/package/yuidoc-bootstrap-theme

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"]
    }
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.2
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.2
    1
  • 2.0.1
    0
  • 2.0.0
    0

Package Sidebar

Install

npm i yuidoc-mediamonks-theme

Weekly Downloads

1

Version

2.0.2

License

MIT

Last publish

Collaborators

  • devmonk