cloudblue / connect-jsdoc-theme

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

Home Page:https://connect.cloudblue.com/documentation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://connect.cloudblue.com/documentation/

License:MIT License


Languages

Language:JavaScript 78.7%Language:Sass 7.8%Language:CSS 5.4%Language:TypeScript 4.6%Language:Vue 3.4%