Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 414 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 414 Bytes

Catalyst JSDoc 3 theme

Usage

To use the theme for your project run:

jsdoc -c "path/to/jsdoc.conf" -d "path/to/output" -t "path/to/catalyst" --verbose *.js README.md

Configuration options

  • projectName - The main name of the project, used in the header and title of all documentation pages
  • projectLogo (optional) - A logo image to display in the header instead of the name of the project