Skip to content

Commit 7eb7205

Browse files
committed
Update recipes index and README
1 parent 4f695e3 commit 7eb7205

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

docs/recipes/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,10 @@ Learn how to define a global proxy in Lucee. This guide demonstrates how to set
192192

193193
This document explains how to declare variables, function calls with dot and bracket notation, and passing arguments via URL/form scopes as an array.
194194

195+
## [Hooks and Monitors](/docs/recipes/hooks-and-monitors.md)
196+
197+
Configure and use hooks and monitors to extend Lucee functionality at various lifecycle points
198+
195199
## [Logging CFHTTP Calls](/docs/recipes/http-logging.md)
196200

197201
Learn how Lucee logs all CFHTTP calls and how to manage these logs. This guide explains the default behavior, log file locations, and changes in logging from earlier Lucee versions.

docs/recipes/index.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -658,6 +658,20 @@
658658
"Array format"
659659
]
660660
},
661+
{
662+
"file": "hooks-and-monitors.md",
663+
"title": "Hooks and Monitors",
664+
"path": "/docs/recipes/hooks-and-monitors.md",
665+
"hash": "66051e39e444a3d5a77e78989c925902",
666+
"keywords": [
667+
"hooks",
668+
"monitors",
669+
"startup",
670+
"extension",
671+
"lifecycle",
672+
"injection"
673+
]
674+
},
661675
{
662676
"file": "http-logging.md",
663677
"title": "Logging CFHTTP Calls",

0 commit comments

Comments
 (0)