1.4.2 • Published 1 year ago

minami-rac v1.4.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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 to true lists 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 true lists the methods of classes and namespaces in the navigation sidebar of all pages; otherwise these elements are hidden
  • minami.showMembersInNav - When set to true lists 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; true displays the full longname, false is equivalent to 0 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.

1.4.2

1 year ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.1-dev

3 years ago