How to edit documentation
-
Install the github pages import node module
sudo npm install -g ghp-import -
Checkout dashboardjs code
git clone git://github.com/dmarcos/dashboardjs.git -
The documentation is contained in the public/doc directory
Make the necessary modifications
-
Run the import command on the doc directory
ghp-import ./public/doc -
Now you can push the doc into the repository.
git push