/hook-userguide

User-guide for hook (http://hook-platform.org)

Primary LanguageJavaScriptMIT LicenseMIT

User guide for hook. Built using mkdocs.

Contribute!

All guides are written using Markdown. Feel free to edit those files here in GitHub and submit a pull-request.

How to build

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

License

MIT License