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 e42df8c commit 50ff86b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions docs/recipes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.

Expand All @@ -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.

Expand Down Expand Up @@ -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).

Expand Down
16 changes: 8 additions & 8 deletions docs/recipes/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 50ff86b

Please sign in to comment.