Skip to content

Commit a4523e2

Browse files
committed
move disclaimer
1 parent b1f0d88 commit a4523e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/features/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Look at this complex template for example:
2020
{{{ #://configuration/examples/message-template.yml }}}
2121
```
2222

23-
It can extract needed data from the body and even the headers (with an exception of the `Authorization` Header) and then process them using Go's Templating Library
23+
It can extract needed data from the body and even the headers ([exceptions](./usage/advanced)) and then process them using Go's Templating Library
2424
and finally output a message packed with so much information.
2525

2626
Head to [Configuration](./configuration/message-templates) to see how-to use.

docs/usage/advanced.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ These can be especially **helpful** if have to manage multiple **Variables** and
1717
| Type | Example | Note |
1818
| :------------------------------------- | :------------------ | :--------------- |
1919
| Body | `{{@data.key}}` | |
20-
| Header | `{{#Content_Type}}` | `-` becomes `_` |
20+
| Header (except `Authorization`) | `{{#Content_Type}}` | `-` becomes `_` |
2121
| [Variable](../configuration/variables) | `{{.VAR}}` | always uppercase |
2222

2323
### Where to use

0 commit comments

Comments
 (0)