Skip to content

ingrammicro/connect-jsdoc-theme

 
 

Repository files navigation

Documentation toolbox for your javascript / typescript projects based on JSDoc3 with @category, @component and @optional plugins.

This theme is based on the (better-docs)[https://github.com/SoftwareBrothers/better-docs] theme.

Installation

npm install --save-dev connect-jsdoc-theme

Theme Usage

With command line

Assuming that you have jsdoc installed globally:

jsdoc your-documented-file.js -t ./node_modules/onnect-jsdoc-theme

With npm and configuration file

In your projects package.json file - add a new script:

"script": {
  "docs": "jsdoc -c jsdoc.json"
}

in your jsdoc.json file, set the template:

"opts": {
  "template": "node_modules/@cloudblueconnect/connect-jsdoc-theme"
}

For full documentation visit https://github.com/SoftwareBrothers/better-docs.

About

Repository for JSDOC CloudBlue theme, used by the CloudBlue Connect SDK Documentation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 78.8%
  • Sass 7.8%
  • CSS 5.4%
  • TypeScript 4.6%
  • Vue 3.4%