From 50ff86bd87da9deeb8cd33459c200518dd510c5a Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 6 Jun 2024 22:39:28 +0000 Subject: [PATCH] Update recipes index and README --- docs/recipes/README.md | 8 ++++---- docs/recipes/index.json | 16 ++++++++-------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/recipes/README.md b/docs/recipes/README.md index b6b8308d2..93aae07e5 100644 --- a/docs/recipes/README.md +++ b/docs/recipes/README.md @@ -128,7 +128,7 @@ Learn how to write CFML code directly in a function or a closure with Java types No description available. -## [Untitled](/docs/recipes/lazy_queries.md) +## [Lazy Queries](/docs/recipes/lazy_queries.md) How to use lazy queries @@ -140,7 +140,7 @@ This document explains how to handle big files in Lucee in a better way. Learn how to define mail listeners in Lucee. This guide demonstrates how to set up global mail listeners in the Application.cfc file to listen to or manipulate every mail executed. Examples include defining listeners directly in Application.cfc and using a component as a mail listener. -## [Untitled](/docs/recipes/mail-send.md) +## [How to send a Mail](/docs/recipes/mail-send.md) How to send an email using Lucee wth help of the tag cfmail. @@ -164,7 +164,7 @@ How to pre-compile code for a production server while the source code is deploye Learn how to execute queries asynchronously in Lucee. This guide demonstrates how to set up asynchronous query execution using a simple flag. Examples include defining async execution for queries and using local listeners to handle exceptions. Additionally, function listeners introduced in Lucee 6.1 can be used for this purpose. -## [Untitled](/docs/recipes/query-handling.md) +## [Query Handling in Lucee](/docs/recipes/query-handling.md) How to do SQL Queries with Lucee. @@ -196,7 +196,7 @@ This document explains how to use retry functionality with some simple examples. Using S3 directly for source code -## [Untitled](/docs/recipes/sax.md) +## [Read XML with a listener Model (SAX)](/docs/recipes/sax.md) Lucee not only allows you to convert an XML file to an object tree (DOM) but also supports an event-driven model (SAX). diff --git a/docs/recipes/index.json b/docs/recipes/index.json index 794896610..67f6fb7af 100644 --- a/docs/recipes/index.json +++ b/docs/recipes/index.json @@ -193,9 +193,9 @@ }, { "file": "lazy_queries.md", - "title": "Untitled", + "title": "Lazy Queries", "path": "/docs/recipes/lazy_queries.md", - "hash": "75c88bed5ea7ddc98523553a5c9760ef" + "hash": "fb9504f55dbe7278ee4133d63d1345f2" }, { "file": "loop_through_files.md", @@ -211,9 +211,9 @@ }, { "file": "mail-send.md", - "title": "Untitled", + "title": "How to send a Mail", "path": "/docs/recipes/mail-send.md", - "hash": "4a6f1268954eac27ff65e1cf37e34413" + "hash": "1ba54257cccef09cba13540fa7a8bbf3" }, { "file": "mathematical-precision.md", @@ -247,9 +247,9 @@ }, { "file": "query-handling.md", - "title": "Untitled", + "title": "Query Handling in Lucee", "path": "/docs/recipes/query-handling.md", - "hash": "25665af5991b704875419ab4a7cffda2" + "hash": "37936377a77a958043c262773d6cfaba" }, { "file": "query-indexes.md", @@ -295,9 +295,9 @@ }, { "file": "sax.md", - "title": "Untitled", + "title": "Read XML with a listener Model (SAX)", "path": "/docs/recipes/sax.md", - "hash": "ed8def929c9f8e8266dd8214ee74f135" + "hash": "5d98a6fd56491218643ee1ae53b6bcc8" }, { "file": "script-templates.md",