Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Clean and minimal JSDoc 3 Template / Theme

License

NotificationsYou must be signed in to change notification settings

tikajhq/jsdoc-theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A clean, responsive documentation template theme for JSDoc 3.

Install

$ npm install --save-dev tik-jsdoc-theme

Usage

Clone repository to your designatedjsdoc template directory, then:

$ jsdoc entry-file.js -t path/to/tik-jsdoc-theme

Node.js Dependency

In your projectspackage.json file add a generate script:

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

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

"opts": {"template":"node_modules/tik-jsdoc-theme"}

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,"useLongnameInNav":false,"showInheritedInNav":true    },"opts": {"destination":"./docs/","encoding":"utf8","private":true,"recurse":true,"template":"./node_modules/tik-jsdoc-theme"    }}

Specifying a number for useLongnameInNav it will be the max number of path elements to show in nav (starting from Class).

License

Licensed under the Apache2 license.

About

Clean and minimal JSDoc 3 Template / Theme

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript60.6%
  • CSS39.4%

[8]ページ先頭

©2009-2025 Movatter.jp