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 29, 2024
1 parent 403fdaa commit ce7b843
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 10 deletions.
8 changes: 6 additions & 2 deletions docs/recipes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ Learn how to convert user-defined functions or components in Lucee to use them i

How to define a Datasource in Lucee.

## [onBuild Function in Server.cfc](/docs/recipes/docker-onbuild.md)

The onBuild function in Server.cfc is used for tasks during the build phase in Lucee, particularly useful in Docker environments.

## [Docker Information](/docs/recipes/docker.md)

Guide on using and running Lucee with Docker
Expand Down Expand Up @@ -220,9 +224,9 @@ This document explains how to use retry functionality with some simple examples.

Learn about script templates in Lucee. This guide explains how Lucee supports templates with the `.cfs` extension, allowing you to write direct script code without the need for the `<cfscript>` tag.

## [Startup Listeners, server.cfc and web.cfc](/docs/recipes/startup-listeners-code.md)
## [Startup Listeners - Server.cfc and Web.cfc](/docs/recipes/startup-listeners-code.md)

Lucee supports two types of Startup Listeners, server.cfc and web.cfc
Lucee supports two types of Startup Listeners: Server.cfc and Web.cfc.

## [Static scope in components](/docs/recipes/static-scope-in-components.md)

Expand Down
46 changes: 38 additions & 8 deletions docs/recipes/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,27 @@
"MySQL"
]
},
{
"file": "docker-onbuild.md",
"title": "onBuild Function in Server.cfc",
"path": "/docs/recipes/docker-onbuild.md",
"hash": "92f7a4fe192db1fa9869bfcc2dc0c1a8",
"keywords": [
"onBuild",
"Server.cfc",
"build",
"Docker",
"server",
"compile",
"encrypt",
"validate",
"prewarm",
"warmup",
"startup",
"hook",
"event"
]
},
{
"file": "docker.md",
"title": "Docker Information",
Expand Down Expand Up @@ -759,15 +780,24 @@
},
{
"file": "startup-listeners-code.md",
"title": "Startup Listeners, server.cfc and web.cfc",
"title": "Startup Listeners - Server.cfc and Web.cfc",
"path": "/docs/recipes/startup-listeners-code.md",
"hash": "eaf0946f77c21255a4b452601a3e2328",
"keywords": [
"Startup Listeners",
"server.cfc",
"web.cfc",
"configImport",
"Lucee"
"hash": "9390ecac97cc234930c419a9ec08d10e",
"keywords": [
"startup",
"warmup",
"prewarm",
"Server.cfc",
"Web.cfc",
"onServerStart",
"onWebStart",
"onBuild",
"initialization",
"bootstrap",
"configuration",
"initialization",
"events",
"hooks"
]
},
{
Expand Down

0 comments on commit ce7b843

Please sign in to comment.