1.4.2 • Published 3 years ago
minami-rac v1.4.2
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-racIn 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 to- truelists the inherited methods and members in the navigation sidebar of the pages of classes and namespaces; otherwise these elements are hidden
- minami.showMethodsInNav- When set to- truelists the methods of classes and namespaces in the navigation sidebar of all pages; otherwise these elements are hidden
- minami.showMembersInNav- When set to- truelists the members of classes and namespaces in the navigation sidebar of all pages; otherwise these elements are hidden
- default.useLongnameInNav- Using an integer will display at most that amount of path elements in the navigation sidebar, any omited path is replaced with ellipsis;- truedisplays the full longname,- falseis equivalent to- 0which 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.