A template for JSDoc3 based on Bootstrap and themed by Bootswatch
DocStrap is a Bootstrap based template for JSDoc3 that provides a customizable and themed documentation solution. It includes all of the themes from Bootswatch, giving users a variety of options for the look and feel of their documentation. The template also offers a right side table of contents for easy navigation, an integrated offline search feature, and syntax highlighting.
To use DocStrap, follow these steps:
-t flag when running jsdoc to set the template to DocStrap.-R flag to set a markdown file as the front page of the documentation.-r flag to run jsdoc recursively.Here is an example command line usage:
jsdoc -c conf.json -t docstrap -R index.md -r .
DocStrap is a Bootstrap based template for JSDoc3 that provides a customizable and themed documentation solution. With its integration of Bootswatch themes, right side TOC, integrated offline search, and syntax highlighting, DocStrap offers a user-friendly and visually appealing option for documenting code. Users can easily install and configure the template to meet their specific needs.