Skip to content

Documentation Templates


Use templates to customize the look and feel of source code documentation.


Extension CLI uses JsDoc to document extension projects. You can then apply templates to customize the look and feel of these docs.

Customizing Default Template

If you are using the default template see: Configuring JSDoc's default template.

default template

Alternative Templates

To use an alternative template:

  1. Choose a suitable template and use npm to install it at project level
  2. In the documentation configuration:
    1. Specify "opts.template" to indicate which template to use
    2. Customize the template options under "templates"

Braintree JSDoc Template

Source and configuration

GitHub last commit

braintree


clean-jsdoc-theme

Source and configuration

GitHub last commit

Light mode

light mode

Dark mode

dark mode


Foodoc

Source and configuration

GitHub last commit

foodoc


JsDoc Template

Source and configuration

GitHub last commit

JsDoc Template


Tidy JsDoc

Source and configuration

GitHub last commit

Tidy JsDoc