Skip to content

Commit

Permalink
docs(goTemplate): Fix bullet list (argoproj#17611)
Browse files Browse the repository at this point in the history
Signed-off-by: Wout Scheepers <wscheep@users.noreply.github.com>
  • Loading branch information
wscheep committed Mar 26, 2024
1 parent 295dff6 commit 12ccb52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/operator-manual/applicationset/GoTemplate.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ with hyphens and truncating at 253 characters. This is useful when making parame
names.

Another `slugify` function has been added which, by default, sanitizes and smart truncates (it doesn't cut a word into 2). This function accepts a couple of arguments:

- The first argument (if provided) is an integer specifying the maximum length of the slug.
- The second argument (if provided) is a boolean indicating whether smart truncation is enabled.
- The last argument (if provided) is the input name that needs to be slugified.
Expand Down

0 comments on commit 12ccb52

Please sign in to comment.