From 53b4de38b5e1a513598c1c28a20900a545301c37 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 6 Jun 2024 22:48:17 +0000 Subject: [PATCH] Update recipes index and README --- docs/recipes/README.md | 4 ++-- docs/recipes/index.json | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/recipes/README.md b/docs/recipes/README.md index 7897a40e1..14d19cb99 100644 --- a/docs/recipes/README.md +++ b/docs/recipes/README.md @@ -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 diff --git a/docs/recipes/index.json b/docs/recipes/index.json index 6010230f7..3e89c1d67 100644 --- a/docs/recipes/index.json +++ b/docs/recipes/index.json @@ -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",