Skip to content

Commit

Permalink
📝 updating the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jcaillon committed Jun 6, 2024
1 parent 12e819e commit 6574dc8
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/content/docs/300.libraries/array.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,4 @@ array::isInArray myArray "b" && printf '%s\n' "b is in the array"



> Documentation generated for the version 0.17.92 (2024-06-05).
> Documentation generated for the version 0.17.112 (2024-06-06).
2 changes: 1 addition & 1 deletion docs/content/docs/300.libraries/codes.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ Ascii graphics:



> Documentation generated for the version 0.17.92 (2024-06-05).
> Documentation generated for the version 0.17.112 (2024-06-06).
2 changes: 1 addition & 1 deletion docs/content/docs/300.libraries/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,4 @@ core::parseArguments "$@" && eval "${RETURNED_VALUE}"



> Documentation generated for the version 0.17.92 (2024-06-05).
> Documentation generated for the version 0.17.112 (2024-06-06).
2 changes: 1 addition & 1 deletion docs/content/docs/300.libraries/fsfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ fsfs::itemSelector "Select an item" item_array_name "onItemSelected" "Details"



> Documentation generated for the version 0.17.92 (2024-06-05).
> Documentation generated for the version 0.17.112 (2024-06-06).
2 changes: 1 addition & 1 deletion docs/content/docs/300.libraries/interactive.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,4 +222,4 @@ if interactive::promptYesNo "Do you want to continue?"; then echo "Yes."; else e



> Documentation generated for the version 0.17.92 (2024-06-05).
> Documentation generated for the version 0.17.112 (2024-06-06).
2 changes: 1 addition & 1 deletion docs/content/docs/300.libraries/io.md
Original file line number Diff line number Diff line change
Expand Up @@ -435,4 +435,4 @@ io::readStdIn && local stdIn="${RETURNED_VALUE}"



> Documentation generated for the version 0.17.92 (2024-06-05).
> Documentation generated for the version 0.17.112 (2024-06-06).
2 changes: 1 addition & 1 deletion docs/content/docs/300.libraries/kurl.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ kurl::toVar false 200,201 https://example.com || core::fail "The curl command fa



> Documentation generated for the version 0.17.92 (2024-06-05).
> Documentation generated for the version 0.17.112 (2024-06-06).
2 changes: 1 addition & 1 deletion docs/content/docs/300.libraries/log.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,4 +216,4 @@ log::errorTrace "This is a debug message."



> Documentation generated for the version 0.17.92 (2024-06-05).
> Documentation generated for the version 0.17.112 (2024-06-06).
2 changes: 1 addition & 1 deletion docs/content/docs/300.libraries/string.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,4 +273,4 @@ string::kebabCaseToSnakeCase "my-kebab-case-string" && local mySnakeCaseString="



> Documentation generated for the version 0.17.92 (2024-06-05).
> Documentation generated for the version 0.17.112 (2024-06-06).
2 changes: 1 addition & 1 deletion docs/content/docs/300.libraries/system.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ local date="${RETURNED_VALUE}"



> Documentation generated for the version 0.17.92 (2024-06-05).
> Documentation generated for the version 0.17.112 (2024-06-06).
2 changes: 1 addition & 1 deletion docs/content/docs/300.libraries/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ test::commentTest "This is a comment."



> Documentation generated for the version 0.17.92 (2024-06-05).
> Documentation generated for the version 0.17.112 (2024-06-06).
2 changes: 2 additions & 0 deletions docs/static/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,3 +192,5 @@ VALET_CONFIG_BUMP_VERSION_ON_BUILD="${VALET_CONFIG_BUMP_VERSION_ON_BUILD:-}"


```

> Documentation generated for the version 0.17.112 (2024-06-06).

0 comments on commit 6574dc8

Please sign in to comment.