1.0.7 • Published 10 years ago

minami_customized v1.0.7

Weekly downloads
10
License
Apache-2.0
Repository
github
Last release
10 years ago

Minami template, customized to better describe Sails.js structure:

  • models described as classes of module:Models
  • controllers described as classes of module:Controllers
  • etc ...

UI translated to russian. not full translation

All parts forked from original minami module

A clean, responsive documentation template theme for JSDoc 3.

Customized theme:

Minami customized Screenshot

Original theme:

Minami Screenshot

Uses

Install

$ npm install --save-dev minami_customized  

Usage

Clone repository to your designated jsdoc template directory, then:

$ jsdoc entry-file.js -t path/to/minami_customized  

Node.js Dependency

In your projects package.json file add a generate script:

"script": {
  "generate-docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose"
}

In your .jsdoc.json file, add a template option.

"opts": {
  "template": "node_modules/minami_customized  "
}

Example JSDoc Config

{
    "tags": {
        "allowUnknownTags": true,
        "dictionaries": ["jsdoc"]
    },
    "source": {
        "include": ["lib", "package.json", "README.md"],
        "includePattern": ".js$",
        "excludePattern": "(node_modules/|docs)"
    },
    "plugins": [
        "plugins/markdown"
    ],
    "templates": {
        "cleverLinks": false,
        "monospaceLinks": true
    },
    "opts": {
        "destination": "./docs/",
        "encoding": "utf8",
        "private": true,
        "recurse": true,
        "template": "./node_modules/minami_customized  "
    }
}

License

Licensed under the Apache2 license.

Originaly forked from Minami

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago