Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Aug 14, 2022
1 parent 41cce1d commit 8747c15
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/modules/configuration/pages/name-templates.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,19 @@ The following functions may be used to modify text:
| f_uncapitalize | invokes `uncapitalize()`
| f_release_download_url | formats its input as a link to a release asset
| f_md2html | transforms its input from Markdown into HTML
| f_file_read | reads a file and includes its contents, verbatim.
| f_file_size | the size of the file, in bytes.
| f_checksum_md2 | file checksum with the given algorithm
| f_checksum_md5 | file checksum with the given algorithm
| f_checksum_rmd160 | file checksum with the given algorithm
| f_checksum_sha1 | file checksum with the given algorithm
| f_checksum_sha256 | file checksum with the given algorithm
| f_checksum_sha384 | file checksum with the given algorithm
| f_checksum_sha512 | file checksum with the given algorithm
| f_checksum_sha3-224 | file checksum with the given algorithm
| f_checksum_sha3-256 | file checksum with the given algorithm
| f_checksum_sha3-384 | file checksum with the given algorithm
| f_checksum_sha3-512 | file checksum with the given algorithm
|===

The `f_release_download_url` function expects the name of a release asset and creates a link to said asset. The default
Expand Down

0 comments on commit 8747c15

Please sign in to comment.