Skip to content

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

License

Notifications You must be signed in to change notification settings

cloudblue/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

No packages published