1
0
mirror of synced 2025-12-19 18:10:59 -05:00

update README now that we use ifversion everywhere

This commit is contained in:
Sarah Schneider
2022-06-07 16:08:48 -04:00
parent 63894c124c
commit 95f325ae38

View File

@@ -21,7 +21,7 @@ The format and allowed values are the same as the [frontmatter versions property
### Liquid conditionals
Now you can use `{% if meow %} ... {% endif %}` in content files! Note this is the `if` tag, not the new `ifversion` tag.
Now you can use `{% ifversion meow %} ... {% endif %}` in content files!
### Frontmatter
@@ -45,7 +45,7 @@ versions:
## Schema enforcement
The schema for validating the feature versioning lives in [`tests/helpers/schemas/feature-versions-schema.js`](/tests/helpers/schemas/feature-versions-schema.js) and is exercised by [`tests/linting/lint-files.js`](/tests/linting/lint-files.js).
The schema for validating the feature versioning lives in [`tests/helpers/schemas/feature-versions-schema.js`](/tests/helpers/schemas/feature-versions-schema.js) and is exercised by [`tests/linting/lint-versioning.js`](/tests/linting/lint-versioning.js).
## Script to remove feature tags