Skip to content

Commit

Permalink
Update recipes index and README
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 6, 2024
1 parent 5f0ed5a commit 53b4de3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/recipes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,11 @@ This document explains the different return types for a query with some examples

Learn how to use request timeout correctly with Lucee.

## [Untitled](/docs/recipes/retry.md)
## [Retry](/docs/recipes/retry.md)

This document explains how to use retry functionality with some simple examples.

## [Untitled](/docs/recipes/s3.md)
## [Using S3 directly for source code](/docs/recipes/s3.md)

Using S3 directly for source code

Expand Down
8 changes: 4 additions & 4 deletions docs/recipes/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -283,15 +283,15 @@
},
{
"file": "retry.md",
"title": "Untitled",
"title": "Retry",
"path": "/docs/recipes/retry.md",
"hash": "b36863bbebee833416f8a7ff0fb7f190"
"hash": "8e93cf8f7b9b0d433c435b4824d5e175"
},
{
"file": "s3.md",
"title": "Untitled",
"title": "Using S3 directly for source code",
"path": "/docs/recipes/s3.md",
"hash": "4dc472f2c3feb0019809732d87a4a42c"
"hash": "3a4357699c85ff0ba3ac342952056d9f"
},
{
"file": "sax.md",
Expand Down

0 comments on commit 53b4de3

Please sign in to comment.