You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

yuidoc-bootstrap-theme

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yuidoc-bootstrap-theme

A revamped yuidoc theme with bootstrap

1.0.6
latest
Source
npmnpm
Version published
Weekly downloads
78
-18.75%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

yuidoc

FAQs

Package last updated on 04 Aug 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts