simple-jsdoc

0.0.4 • Public • Published

SmoothJSDoc (based on minami)

A clean, responsive documentation template theme for JSDoc 3.

What's new :

  • search engine
  • expandable nav menu
  • smooth navigation

Minami Screenshot

Uses

Install

$ npm install --save-dev simple-jsdoc

Usage

Clone repository to your designated jsdoc template directory, then:

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

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/smooth-jsdoc"
}

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/smooth-jsdoc"
    }
}

License

Licensed under the Apache2 license.

Readme

Keywords

none

Package Sidebar

Install

npm i simple-jsdoc

Weekly Downloads

8

Version

0.0.4

License

none

Last publish

Collaborators

  • prstn