Updating automated documentation
Last updated
Last updated
Documentation links
Note that for now the index.html
nwjs starter page is left out of the automatically generated docs.
Using for documentation inspired by blog post. In conjunction with json doc.
install docco globally
to re-generate documentation run from root of app
this puts documentation in /docs/docco_docs
folder.
The setup for this is done in package.json
scripts where the folders/files to consider for documentations and destination folder(-o
) are specified.
To get up and running with updating the documentation install jsdoc locally
to re-generate documentation run from root of app
This executes the script in package.json
, and places the documentation inside of /docs/jsdoc_docs
.
See /docs/jdocs_conf/conf.json
for the config options,that specify which files to include, exclude etc..
To add or update a tutorial in the developer documentation tutorials, go to /docs/_posts/tutorial
where you can find the markdown files.
when writing code comments.
Edit config file as explain in {:target="_blank"}
This is because you need to edit the config file in the module at ./node_modules/jsdoc/config.json
. And this part of the information is at .
in documentation. In this project this is used for topics that might deserve a standalone explanation .