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 30, 2024
1 parent cf07d0f commit 054b5b1
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 @@ -116,6 +116,10 @@ Learn how to define a global proxy in Lucee. This guide demonstrates how to set

This document explains how to declare variables, function calls with dot and bracket notation, and passing arguments via URL/form scopes as an array.

## [Import](/docs/recipes/import.md)

Guide on using import to import components and custom tags in Lucee

## [Inline Component](/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
14 changes: 14 additions & 0 deletions docs/recipes/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,20 @@
"Array format"
]
},
{
"file": "import.md",
"title": "Import",
"path": "/docs/recipes/import.md",
"hash": "d0a4f5427a500c100381695fcf029ff4",
"keywords": [
"cfimport",
"import",
"Lucee",
"components",
"custom tags",
"taglib"
]
},
{
"file": "inline-components.md",
"title": "Inline Component",
Expand Down

0 comments on commit 054b5b1

Please sign in to comment.