Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
k1nky committed Aug 9, 2024
1 parent 3aadbd3 commit ec5fa2c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

---

# About
## About

TookHook is a webhook server with pluggable handlers. The main goal of the prohect is to build custom integrations based on incoming webhook requests.

Expand Down Expand Up @@ -86,4 +86,11 @@ Assignee: user_name
/bin/sh -c "echo $PLUGIN_EXEC_DATA > /tmp/test"
```

You found more about the rules in [03-CONFIGURE](https://github.com/k1nky/tookhook/blob/main/docs/03-CONFIGURE.md)
You found more about the rules in [03-CONFIGURE](https://github.com/k1nky/tookhook/blob/main/docs/03-CONFIGURE.md).

## Documentation

* [01-BUILD](https://github.com/k1nky/tookhook/blob/main/docs/01-BUILD.md)
* [02-INSTALL](https://github.com/k1nky/tookhook/blob/main/docs/01-INSTALL.md)
* [03-CONFIGURE](https://github.com/k1nky/tookhook/blob/main/docs/03-CONFIGURE.md)
* [04-PLUGIN](https://github.com/k1nky/tookhook/blob/main/docs/04-PLUGIN.md)

0 comments on commit ec5fa2c

Please sign in to comment.