1
0
mirror of synced 2026-01-06 06:02:35 -05:00

Merge branch 'main' into openapi-update-e816cdf769342c349a4af99f421516fbc0af207cebe971aeef1a023158211a5c

This commit is contained in:
docubot
2022-08-11 08:44:26 -04:00
committed by GitHub

View File

@@ -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