Skip to content

deployd/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2c936b5 · Dec 16, 2016
Sep 5, 2015
Dec 16, 2016
Feb 10, 2013
Nov 14, 2012
Nov 13, 2012
Oct 29, 2012
Sep 5, 2015
Nov 14, 2012
Dec 13, 2014
Sep 5, 2015
Dec 2, 2014
Nov 12, 2014
Dec 15, 2014
Nov 5, 2014
Dec 6, 2012
Dec 13, 2014
Nov 13, 2012
Dec 6, 2012
Nov 13, 2012
Dec 2, 2014

Repository files navigation

deployd-docs

documentation for the deployd platform

Workflow

# make sure http-server is installed by (you can use your favour http server)
# npm install -g http-server

# start a simple http server
http-server _site &

# open browser and go to http://localhost:8080/


# open another terminal
node staticGen.js
# change the docs files, and test the out until it is ok


# push to git remote origin gh-pages by
node bin/gen-gh-pages.js

Then, go to github and create a pull request to deployd/docs gh-pages branch.

Thanks