Set up
To get started, you will need to install MKdocs
apt-get install mkdocs
on Mac, use brew. On Windows, refer to the website for more info on installation
Edit
Everything should be written in Markdwn format in the .md files in the docs folder
Deploy
To build the documents, run mkdocs build
To upload to the server, run
grunt push