Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

air-jsdoc-template 1.0.8

Install from the command line:
Learn more about npm packages
$ npm install @airthium/air-jsdoc-template@1.0.8
Install via package.json:
"@airthium/air-jsdoc-template": "1.0.8"

About this version

Air JSDoc template

Live demo

Inspired from the JSDoc default template.

Add sub-namespaces support, search, favicon, title block, code highlight, ...

Uses Materialize.

Screenshot

Options

Options take place in the templateOptions attribute of the jsdoc configuration file.

Icon

icon {string}

Icon to be displayed on the side menu.

Example:

"icon": "./icon.png",

Title

title {string}

Title to be displayed on the side menu.

Example:

"title": "Air JSDoc Template",

Subtitle

subTitle {string}

Subtitle to be displayed on the side menu.

Example:

"subTitle": "JSDoc template",

Favicon

favicon {string}

Favicon.

Example:

"favicon": "./icon.png",

Menu

menu {Array}

Menu items to append just after the title.

Example:

"menu": [
    {
        "label": "Github repository",
        "link": "https://github.com/Airthium/air-jsdoc-template"
    }
]

Footer

footer {string}

Footer.

Example:

"footer": "Copyright © 2021 Airthium"

Details


Assets

  • air-jsdoc-template-1.0.8.tgz

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0

Recent versions

View all