We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bac918 commit fca5084Copy full SHA for fca5084
1 file changed
.github/templates/README.template.md
@@ -123,12 +123,13 @@ These components are made available as variables:
123
124
This lets the program resolve the intended query even on the `/activity` endpoint, which only receives the actual URL.
125
126
-Example:
+<details>
127
+ <summary>Example</summary>
128
-```mermaid
129
-graph LR
130
- A["{HOSTNAME}{HOSTNAME}"] --> B["domain.comdomain.com"]
131
-```
+`QUERY_PATTERN`=`{HOSTNAME}{HOSTNAME}`
+Result: `domain.comdomain.com`
+
132
+</details>
133
134
### `MONITOR_INTERVAL`
135
0 commit comments