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 Jul 2, 2024
1 parent 3cf0f2d commit 1421a4d
Show file tree
Hide file tree
Showing 2 changed files with 21 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 @@ -84,6 +84,10 @@ Lucee 6.1 improves its support for exception causes, providing better debugging

How to catch and display exceptions.

## [Extension Installation](/docs/recipes/extension-installation.md)

A comprehensive guide on how to install extensions in Lucee.

## [Externalize strings](/docs/recipes/externalizing-strings.md)

Externalize strings from generated class files to separate files. This method is used to reduce the memory of the static contents for templates.
Expand Down
17 changes: 17 additions & 0 deletions docs/recipes/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,23 @@
"try-catch"
]
},
{
"file": "extension-installation.md",
"title": "Extension Installation",
"path": "/docs/recipes/extension-installation.md",
"hash": "75116159b5107f7c519ea6d8f4b87237",
"keywords": [
"extension",
"install",
"lucee administrator",
"deploy directory",
"CFConfig.json",
"environment variable",
"system property",
"hot deployment",
"automation"
]
},
{
"file": "externalizing-strings.md",
"title": "Externalize strings",
Expand Down

0 comments on commit 1421a4d

Please sign in to comment.