Skip to content

Commit e835893

Browse files
committed
Merge branch 'master' of https://github.com/lucee/lucee-docs
2 parents bd9ef81 + 7250b20 commit e835893

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

docs/recipes/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ Learn how to convert user-defined functions or components in Lucee to use them i
104104

105105
Simple recipe for processing CSV data in Lucee 7 using Maven integration and Apache Commons CSV
106106

107+
## [Custom Tag Mappings](/docs/recipes/custom-tag-mappings.md)
108+
109+
How to define and use custom tag mappings in Lucee.
110+
107111
## [Datasource - How to define them](/docs/recipes/datasource-how-to-define-them.md)
108112

109113
How to define a Datasource in Lucee.

docs/recipes/index.json

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261
"file": "component-mappings.md",
262262
"title": "Component Mappings",
263263
"path": "/docs/recipes/component-mappings.md",
264-
"hash": "aa0afd06a3027f30c461bf25e0bbc105",
264+
"hash": "799bd669f633cf2632835f0bf9a59ef5",
265265
"keywords": [
266266
"Component Mapping",
267267
"Classpath",
@@ -348,6 +348,20 @@
348348
"Parsing"
349349
]
350350
},
351+
{
352+
"file": "custom-tag-mappings.md",
353+
"title": "Custom Tag Mappings",
354+
"path": "/docs/recipes/custom-tag-mappings.md",
355+
"hash": "2213e9dd5e87884b269bdd002c4a785f",
356+
"keywords": [
357+
"Custom Tag Mapping",
358+
"Custom Tags",
359+
"cfimport",
360+
"Application.cfc",
361+
"Lucee archive",
362+
"taglib"
363+
]
364+
},
351365
{
352366
"file": "datasource-how-to-define-them.md",
353367
"title": "Datasource - How to define them",
@@ -592,7 +606,7 @@
592606
"file": "filesystem-mapping.md",
593607
"title": "File system - Mappings",
594608
"path": "/docs/recipes/filesystem-mapping.md",
595-
"hash": "86d4fe725314ceb9b25b9de10f534c2d",
609+
"hash": "7b1d7e46d46d9afceaabced4b79d2eb0",
596610
"keywords": [
597611
"Mapping",
598612
"Component mapping",
@@ -954,7 +968,7 @@
954968
"file": "mappings-how-to-define-a-reg-mapping.md",
955969
"title": "Mappings - How to define a regular Mapping",
956970
"path": "/docs/recipes/mappings-how-to-define-a-reg-mapping.md",
957-
"hash": "9a3a1faf1724628e3728db263d78052f",
971+
"hash": "3c7f7bfa6c939897c3a3fcb90b50913e",
958972
"keywords": [
959973
"Mapping",
960974
"Filesystem",

0 commit comments

Comments
 (0)