https://github.com/doubleleft/hook-userguide
User-guide for hook (http://hook-platform.org)
https://github.com/doubleleft/hook-userguide
Last synced: 23 days ago
JSON representation
User-guide for hook (http://hook-platform.org)
- Host: GitHub
- URL: https://github.com/doubleleft/hook-userguide
- Owner: doubleleft
- License: mit
- Created: 2015-04-08T20:46:31.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-19T16:51:24.000Z (almost 11 years ago)
- Last Synced: 2025-12-26T18:53:05.802Z (6 months ago)
- Language: JavaScript
- Homepage: http://doubleleft.github.io/hook-userguide/
- Size: 741 KB
- Stars: 0
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
hook-userguide [](https://travis-ci.org/doubleleft/hook-userguide) [](https://gitter.im/doubleleft/hook?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
===
User guide for [hook](https://github.com/doubleleft/hook). Built using [mkdocs](https://github.com/mkdocs/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