mirror of
https://github.com/adnanh/webhook.git
synced 2025-06-27 23:08:31 +00:00
Add a table of contents to some of the docs
This commit is contained in:
parent
f692da2465
commit
534e99bf13
2 changed files with 32 additions and 1 deletions
|
@ -1,5 +1,20 @@
|
|||
# Hook rules
|
||||
|
||||
### Table of Contents
|
||||
|
||||
* [And](#and)
|
||||
* [Or](#or)
|
||||
* [Not](#not)
|
||||
* [Multi-level](#multi-level)
|
||||
* [Match](#match)
|
||||
* [Match value](#match-value)
|
||||
* [Match regex](#match-regex)
|
||||
* [Match payload-hash-sha1](#match-payload-hash-sha1)
|
||||
* [Match payload-hash-sha256](#match-payload-hash-sha256)
|
||||
* [Match payload-hash-sha512](#match-payload-hash-sha512)
|
||||
* [Match Whitelisted IP range](#match-whitelisted-ip-range)
|
||||
* [Match scalr-signature](#match-scalr-signature)
|
||||
|
||||
## And
|
||||
*And rule* will evaluate to _true_, if and only if all of the sub rules evaluate to _true_.
|
||||
```json
|
||||
|
@ -267,4 +282,4 @@ Given the time check make sure that NTP is enabled on both your Scalr and webhoo
|
|||
"secret": "Scalr-provided signing key"
|
||||
}
|
||||
}
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue