diff --git a/docs/recipes/README.md b/docs/recipes/README.md index 49f5fd634..644fe20d1 100644 --- a/docs/recipes/README.md +++ b/docs/recipes/README.md @@ -104,7 +104,7 @@ The new CFDOCUMENT PDF engine, Flying Saucer in Lucee 5.3 This document explains how to use a function listeners in Lucee. -## [Untitled](/docs/recipes/gateways-overview.md) +## [How does an Event Gateway work?](/docs/recipes/gateways-overview.md) Overview of how Event Gateways work in Lucee. @@ -132,7 +132,7 @@ No description available. How to use lazy queries -## [Untitled](/docs/recipes/loop_through_files.md) +## [Looping Through File](/docs/recipes/loop_through_files.md) This document explains how to handle big files in Lucee in a better way. diff --git a/docs/recipes/index.json b/docs/recipes/index.json index e3ba51189..5db792f45 100644 --- a/docs/recipes/index.json +++ b/docs/recipes/index.json @@ -157,9 +157,9 @@ }, { "file": "gateways-overview.md", - "title": "Untitled", + "title": "How does an Event Gateway work?", "path": "/docs/recipes/gateways-overview.md", - "hash": "0568f450c9368645e0add455a4e742c7" + "hash": "2a3a6d90932d58231547a5d7167d146c" }, { "file": "global-proxy.md", @@ -199,9 +199,9 @@ }, { "file": "loop_through_files.md", - "title": "Untitled", + "title": "Looping Through File", "path": "/docs/recipes/loop_through_files.md", - "hash": "f1fb2d2e527f7592b62c600cc3263612" + "hash": "f23ff5f744831b4d54171832ca4c7c8a" }, { "file": "mail-listener.md",