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 Jan 17, 2025
1 parent 304f515 commit 83433d9
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 61 deletions.
12 changes: 8 additions & 4 deletions docs/recipes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ Learn how to output the current date in Lucee.

A guide to breaking changes introduced in Lucee between version 6.0 and 6.1

## [Breaking Changes between Lucee 6.1 and 6.2](/docs/recipes/breaking-changes-6-2.md)

A guide to breaking changes introduced in Lucee between version 6.1 and 6.2

## [Cache a Query for the current request](/docs/recipes/cached-within-request.md)

Cache a Query for the current request in Lucee.
Expand Down Expand Up @@ -148,7 +152,7 @@ Learn how Lucee logs all CFHTTP calls and how to manage these logs. This guide e

Guide on using import to import components, Java classes, and custom tags in Lucee

## [Inline Component](/docs/recipes/inline-components.md)
## [Inline Components](/docs/recipes/inline-components.md)

Learn how to create and use inline components in Lucee. This guide demonstrates how to define components directly within your CFML code, making it easier to create and use components without needing a separate .cfc file. Examples include creating an inline component and using it similarly to closures.

Expand Down Expand Up @@ -300,7 +304,7 @@ Lucee supports two types of Startup Listeners: Server.cfc and Web.cfc.

Static scope in components is needed to create an instance of cfc and call its method.

## [Sub Component](/docs/recipes/sub-components.md)
## [Sub Components](/docs/recipes/sub-components.md)

Learn how to create and use sub components in Lucee. This guide demonstrates how to define additional components within a .cfc file, making it easier to organize related components. Examples include creating a main component with sub components, and how to address/load these sub components.

Expand All @@ -312,11 +316,11 @@ This document explains how you can improve the performance of your website in a

How to use tags in script

## [Thread Task](/docs/recipes/thread-task.md)
## [Thread Tasks](/docs/recipes/thread-task.md)

How to use Thread Tasks

## [Thread Usage](/docs/recipes/thread-usage.md)
## [Using Threads in Lucee](/docs/recipes/thread-usage.md)

How to use threads in Lucee

Expand Down
Loading

0 comments on commit 83433d9

Please sign in to comment.