There are two ways to incorporate a README
file into your documentation:
README.md
. JSDoc will use the first README.md
file that it finds in your source paths.-R/--readme
command-line option, specifying the path to your README
file. This option is available in JSDoc 3.3.0 and later. The README
file may have any name and extension, but it must be in Markdown format.The -R/--readme
command-line option takes precedence over your source paths. If you use the -R/--readme
command-line option, JSDoc will ignore any README.md
files in your source paths.
If you are using JSDoc's default template, the README
file's contents will be rendered in HTML in the generated documentation's index.html
file.
jsdoc path/to/js path/to/readme/README.md
jsdoc --readme path/to/readme/README path/to/js
© 2011–2017 the contributors to the JSDoc 3 documentation project
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://usejsdoc.org/about-including-readme.html