Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/lucee/lucee-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Jul 2, 2024
2 parents 32699a5 + 054b5b1 commit 3cf0f2d
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 3cf0f2d

Please sign in to comment.