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 9, 2024
1 parent a346217 commit 5c53cd1
Show file tree
Hide file tree
Showing 2 changed files with 10 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 @@ -80,6 +80,10 @@ Lucee 6.1 improves its support for exception causes, providing better debugging

How to catch and display exceptions.

## [WebSocket Extension](/docs/recipes/extension-websocket.md)

How to install, congigure and create WebSockets

## [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
6 changes: 6 additions & 0 deletions docs/recipes/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@
"path": "/docs/recipes/exception-output.md",
"hash": "0fadd57697a6296430e2823f9e3fbb18"
},
{
"file": "extension-websocket.md",
"title": "WebSocket Extension",
"path": "/docs/recipes/extension-websocket.md",
"hash": "f39e088bf036ff91cbfdbe2769310125"
},
{
"file": "externalizing-strings.md",
"title": "Externalize strings",
Expand Down

0 comments on commit 5c53cd1

Please sign in to comment.