minami-rac
v1.4.2
Published
Customized Minami template for RAC
Downloads
4
Readme
Minami-RAC
A customized Minami template for RAC — Ruler and Compass.
Install
Install into devDependencies
$ npm install --save-dev jsdoc
$ npm install --save-dev minami-rac
In your .jsdoc.json
file, add a template option.
"opts": {
"template": "node_modules/minami-rac"
}
In your projects package.json
file add a generate script:
"scripts": {
"generate-docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose"
}
Example templates
JSDoc Configuration
{
"templates": {
"minami" : {
"homeNavItem": "Minami-RAC",
"versionNavItem": "1.4.0",
"showInheritedInNav": false,
"showMethodsInNav": false,
"showMembersInNav": false
},
"default" : {
"cleverLinks": false,
"monospaceLinks": false,
"includeDate" : false,
"useLongnameInNav": 3,
}
}
minami.showInheritedInNav
- When set totrue
lists the inherited methods and members in the navigation sidebar of the pages of classes and namespaces; otherwise these elements are hiddenminami.showMethodsInNav
- When set totrue
lists the methods of classes and namespaces in the navigation sidebar of all pages; otherwise these elements are hiddenminami.showMembersInNav
- When set totrue
lists the members of classes and namespaces in the navigation sidebar of all pages; otherwise these elements are hiddendefault.useLongnameInNav
- Using an integer will display at most that amount of path elements in the navigation sidebar, any omited path is replaced with ellipsis;true
displays the full longname,false
is equivalent to0
which displays only the last element without any ellipsis
License
Minami-RAC is licensed under the MIT License.
Minami and JSDoc 3 are licensed under the Apache2 license.