hook-userguide ![Gitter](https://badges.gitter.im/Join Chat.svg)
User guide for hook. Built using mkdocs.
All guides are written using Markdown. Feel free to edit those files here in GitHub and submit a pull-request.
Install the last version of mkdocs
. It requires Python 2.7.2.
pip install https://github.com/mkdocs/mkdocs/archive/master.zip
If you added a new page, add it to the pages
section inside mkdocs.yml
file.
When you're ready run the following command:
mkdocs build --clean
MIT License