Update note about liquid conditionals for feature-based versioning

This commit is contained in:
Steve Guntrip 2022-08-11 13:42:50 +01:00 коммит произвёл GitHub
Родитель 4225db42cb
Коммит ec3c8bb1ec
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -42,8 +42,7 @@ If you define multiple products in the `versions` key within a page's YAML front
Important notes:
* Use `ifversion` for product-based versioning. If you use `if` for product-based versioning, a test will fail.
* Use `if` for [feature-based versioning](#feature-based-versioning).
* Use `ifversion` for product-based versioning and [feature-based versioning](#feature-based-versioning).
* 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.
### Comparison operators