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 Aug 21, 2024
1 parent 5707178 commit e95fe00
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/recipes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,10 @@ Learn about the changes in Lucee 6.1 regarding Monitoring and Debugging. Underst

Shows you a way to enable Monitoring for your session

## [New Operator in Lucee](/docs/recipes/new-operator.md)

This document provides a guide on using the new operator in Lucee for creating instances of CFML components and Java classes.

## [Null Support](/docs/recipes/null-support.md)

This document explains how to set null support in the Lucee server admin, assigning `null` value for a variable and how to use `null` and `nullvalue`.
Expand Down
14 changes: 14 additions & 0 deletions docs/recipes/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,20 @@
"session"
]
},
{
"file": "new-operator.md",
"title": "New Operator in Lucee",
"path": "/docs/recipes/new-operator.md",
"hash": "011473bdfa41fc6e27523f81b3d8c7d9",
"keywords": [
"new",
"java",
"classes",
"class",
"createObject",
"component"
]
},
{
"file": "null-support.md",
"title": "Null Support",
Expand Down

0 comments on commit e95fe00

Please sign in to comment.