Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit 2717cdb

Browse files
committed
Improve template
1 parent 49289d7 commit 2717cdb

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

_includes/aql-optimizer-rules.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,27 @@
33
{% if rule.flags.hidden == false -%}
44
#### `{{ rule.name }}`
55

6-
{% if rule.flags.enterpriseOnly %}
6+
{% if rule.flags.enterpriseOnly -%}
77
_Enterprise Edition only_
88
{% endif %}
99

10-
{{ rule.description }}
11-
1210
{% if rule.flags.disabledByDefault -%}
1311
This rule is disabled by default.
1412
{% endif %}
1513

1614
{% if rule.flags.canBeDisabled == false -%}
17-
This is not an optimization and cannot be turned off.
15+
This rule cannot be turned off.
1816
{% endif %}
1917

2018
{% if rule.flags.clusterOnly -%}
2119
Only available in cluster deployments.
2220
{% endif %}
2321

22+
{{ rule.description }}
23+
24+
{% if forloop.last %}{% else %}
25+
---
26+
{% endif -%}
27+
2428
{% endif -%}
2529
{% endfor -%}

0 commit comments

Comments
 (0)