Skip to content

Commit

Permalink
Improve Handlebar Helpers Section (#190)
Browse files Browse the repository at this point in the history
The link was broken to view the block helpers documentation page. Also 
made changes to the sentence structure for better comprehension.
  • Loading branch information
AnumDastgir authored Aug 12, 2024
1 parent 562d483 commit 7661616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/companions.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ The list of available handlebars variables:

#### Handlebar Helpers

PREvant provides some handlebars helpers which can be used to generate more complex configuration files. See handlerbar's [block helper documentation](https://handlebarsjs.com/block_helpers.html) for more details.
PREvant provides some handlebars helpers which can be used to generate more complex configuration files. See Handlebar's [block helper documentation](https://handlebarsjs.com/guide/block-helpers.html#basic-blocks) for more details.

- `{{#isCompanion <type>}}` A conditional handlerbars block helper that checks if the given service type matches any companion type.
- `isNotCompanion <type>` A conditional handlerbars block helper that checks if the given service type does not match any companion type.
Expand Down

0 comments on commit 7661616

Please sign in to comment.