-
Notifications
You must be signed in to change notification settings - Fork 24
Client Development
Doron Rosenberg edited this page Oct 5, 2016
·
1 revision
TODO
Prerequisites
- Under eclairjs -node root:
npm install git+https://github.com/jsdoc3/jsdoc.git
The documentation for JavaScript API's is generated from the source code using JSDoc. To generate and update the published API documentation:
- Check out the
git checkout masterbranch ./node_modules/.bin/jsdoc -c ./jsdoc_conf.json- Commit updated docs to master
git committhengit push - Checkout ```git checkout gh-pages````
- Rebase or merge from master
git rebase master - Commit changes to gh-pages
git committhengit push - Verify changes were published, open browser to
https://eclairjs.github.io/eclairjs/client/docs/jsdoc/ - When complete checkout master
git checkout master