Skip to content

Commit 2065181

Browse files
committed
fix rocketchat_config docs
* Drop duplicate `text` key * Change `titleLink` to `title_link` One of my commit hooks also automatically cleaned up some trailing whitespace Signed-off-by: Dieter Maes <[email protected]>
1 parent e542c68 commit 2065181

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/configuration.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1155,15 +1155,15 @@ The default `jira.default.description` template only works with V2.
11551155
# The API Type to use for search requests, can be either auto, cloud or datacenter
11561156
# Example: cloud
11571157
[ api_type: <string> | default = auto ]
1158-
1158+
11591159
# The project key where issues are created.
11601160
project: <string>
11611161
11621162
# Issue summary configuration.
11631163
[ summary:
11641164
# Template for the issue summary.
11651165
[ template: <tmpl_string> | default = '{{ template "jira.default.summary" . }}' ]
1166-
1166+
11671167
# If set to false, the summary will not be updated when updating an existing issue.
11681168
[ enable_update: <boolean> | default = true ]
11691169
]
@@ -1172,7 +1172,7 @@ project: <string>
11721172
[ description:
11731173
# Template for the issue description.
11741174
[ template: <tmpl_string> | default = '{{ template "jira.default.description" . }}' ]
1175-
1175+
11761176
# If set to false, the description will not be updated when updating an existing issue.
11771177
[ enable_update: <boolean> | default = true ]
11781178
]
@@ -1491,8 +1491,7 @@ token_id_file: <filepath>
14911491
[ icon_url <tmpl_string | default = '{{ template "rocketchat.default.iconurl" . }}'
14921492
[ text <tmpl_string | default = '{{ template "rocketchat.default.text" . }}'
14931493
[ title <tmpl_string | default = '{{ template "rocketchat.default.title" . }}'
1494-
[ titleLink <tmpl_string | default = '{{ template "rocketchat.default.titlelink" . }}'
1495-
[ text: <tmpl_string | default = '{{ template "rocketchat.default.text" . }}'
1494+
[ title_link <tmpl_string | default = '{{ template "rocketchat.default.titlelink" . }}'
14961495
fields:
14971496
[ <rocketchat_field_config> ... ]
14981497
[ image_url <tmpl_string> ]
@@ -1826,7 +1825,7 @@ Please be aware that if the payload exceeds incident.io's API limits (512KB), th
18261825
# The HTTP client's configuration.
18271826
[ http_config: <http_config> | default = global.http_config ]
18281827
1829-
# The URL to send the incident.io alert. This would typically be provided by the
1828+
# The URL to send the incident.io alert. This would typically be provided by the
18301829
# incident.io team when setting up an alert source.
18311830
# URL and URL_file are mutually exclusive.
18321831
url: <string>

0 commit comments

Comments
 (0)