Skip to content

Commit ec3c8bb

Browse files
authored
Update note about liquid conditionals for feature-based versioning
1 parent 4225db4 commit ec3c8bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

contributing/liquid-helpers.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ If you define multiple products in the `versions` key within a page's YAML front
4242

4343
Important notes:
4444

45-
* Use `ifversion` for product-based versioning. If you use `if` for product-based versioning, a test will fail.
46-
* Use `if` for [feature-based versioning](#feature-based-versioning).
45+
* Use `ifversion` for product-based versioning and [feature-based versioning](#feature-based-versioning).
4746
* Make sure to use `elsif` and not `else if`. Liquid does not recognize `else if` and will not render content inside an `else if` block.
4847

4948
### Comparison operators

0 commit comments

Comments
 (0)