Skip to content

Commit fdac92e

Browse files
committed
Update recipes index and README
1 parent 4c9c052 commit fdac92e

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

docs/recipes/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ This document explains the getClass() method for CFML components that implement
8080

8181
How to define and use component mappings in Lucee.
8282

83-
## [Configure Lucee within your application](/docs/recipes/configuration-administrator-cfc.md)
83+
## [Configure Lucee Programmatically](/docs/recipes/configuration-administrator-cfc.md)
8484

8585
How to configure Lucee within your application using Administrator.cfc and cfadmin tag.
8686

@@ -92,7 +92,7 @@ Best practices for configuring Lucee 5 environments.
9292

9393
Best practices for configuring Lucee in various environments.
9494

95-
## [Untitled](/docs/recipes/console-logging.md)
95+
## [Console Logging](/docs/recipes/console-logging.md)
9696

9797
Use the console for debugging
9898

@@ -112,7 +112,7 @@ How to define and use custom tag mappings in Lucee.
112112

113113
Understanding how Lucee manages database connections: pooled, exclusive, and transaction-based connections
114114

115-
## [Datasource - How to define them](/docs/recipes/datasource-how-to-define-them.md)
115+
## [Datasources](/docs/recipes/datasource-how-to-define-them.md)
116116

117117
How to define a Datasource in Lucee.
118118

@@ -124,11 +124,11 @@ Comprehensive guide to formatting dates and times in Lucee with locale and timez
124124

125125
Placeholders are uses to reference specific Lucee directories
126126

127-
## [onBuild Function in Server.cfc (supported since Lucee 6.1.1)](/docs/recipes/docker-onbuild.md)
127+
## [onBuild Function in Server.cfc](/docs/recipes/docker-onbuild.md)
128128

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

131-
## [Docker Information](/docs/recipes/docker.md)
131+
## [Docker](/docs/recipes/docker.md)
132132

133133
Guide on using and running Lucee with Docker
134134

docs/recipes/index.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
"file": "caches-defined-in-application-cfc.md",
206206
"title": "Caches defined in Application.cfc",
207207
"path": "/docs/recipes/caches-defined-in-application-cfc.md",
208-
"hash": "b3f919269b4865f6f2e0d487be41ebe7",
208+
"hash": "23273ad42218693be3643684f70712fc",
209209
"keywords": [
210210
"Caches",
211211
"Application.cfc",
@@ -243,7 +243,7 @@
243243
"file": "checksum.md",
244244
"title": "Checksum",
245245
"path": "/docs/recipes/checksum.md",
246-
"hash": "e0bdf3586c0a44803608af2981893fb7",
246+
"hash": "7e07b84e97b6aa8d00ddc4e046c089fb",
247247
"keywords": [
248248
"Checksum",
249249
"File validation",
@@ -270,7 +270,7 @@
270270
"file": "component-mappings.md",
271271
"title": "Component Mappings",
272272
"path": "/docs/recipes/component-mappings.md",
273-
"hash": "799bd669f633cf2632835f0bf9a59ef5",
273+
"hash": "392206922e4fa29e0ba9cefd72a2dd0d",
274274
"keywords": [
275275
"Component Mapping",
276276
"Classpath",
@@ -281,9 +281,9 @@
281281
},
282282
{
283283
"file": "configuration-administrator-cfc.md",
284-
"title": "Configure Lucee within your application",
284+
"title": "Configure Lucee Programmatically",
285285
"path": "/docs/recipes/configuration-administrator-cfc.md",
286-
"hash": "1eb98c1ab55de06cffc2aefac70b9fe9",
286+
"hash": "7eacf6b6d60a0356a7a74a18c0816de8",
287287
"keywords": [
288288
"Administrator.cfc",
289289
"cfadmin",
@@ -321,9 +321,9 @@
321321
},
322322
{
323323
"file": "console-logging.md",
324-
"title": "Untitled",
324+
"title": "Console Logging",
325325
"path": "/docs/recipes/console-logging.md",
326-
"hash": "4fc79dfeb37d282bf75b3d3a4d023d16",
326+
"hash": "9747616ff0c6029f1bd774f38cbb2833",
327327
"keywords": [
328328
"Logging",
329329
"console"
@@ -361,7 +361,7 @@
361361
"file": "custom-tag-mappings.md",
362362
"title": "Custom Tag Mappings",
363363
"path": "/docs/recipes/custom-tag-mappings.md",
364-
"hash": "2213e9dd5e87884b269bdd002c4a785f",
364+
"hash": "b87afa3411ea67d96a04f2bef9af99fd",
365365
"keywords": [
366366
"Custom Tag Mapping",
367367
"Custom Tags",
@@ -389,9 +389,9 @@
389389
},
390390
{
391391
"file": "datasource-how-to-define-them.md",
392-
"title": "Datasource - How to define them",
392+
"title": "Datasources",
393393
"path": "/docs/recipes/datasource-how-to-define-them.md",
394-
"hash": "2ff205a3bab30a858e0b0dfa14c74a86",
394+
"hash": "33a274a47d360532c8ac7dcb42b30f6b",
395395
"keywords": [
396396
"Datasource",
397397
"Define datasource",
@@ -423,14 +423,14 @@
423423
"file": "directory-placeholders.md",
424424
"title": "Untitled",
425425
"path": "/docs/recipes/directory-placeholders.md",
426-
"hash": "6f04f033d581ada6692591bae5dae277",
426+
"hash": "a49f26b34a0ebf1c88f72b544987b45c",
427427
"keywords": []
428428
},
429429
{
430430
"file": "docker-onbuild.md",
431-
"title": "onBuild Function in Server.cfc (supported since Lucee 6.1.1)",
431+
"title": "onBuild Function in Server.cfc",
432432
"path": "/docs/recipes/docker-onbuild.md",
433-
"hash": "176e7866b1e914fa52485a44d43f5a90",
433+
"hash": "8fbd809ba03fdf4c2d5e83f3906eae23",
434434
"keywords": [
435435
"onBuild",
436436
"Server.cfc",
@@ -449,9 +449,9 @@
449449
},
450450
{
451451
"file": "docker.md",
452-
"title": "Docker Information",
452+
"title": "Docker",
453453
"path": "/docs/recipes/docker.md",
454-
"hash": "38ef8496635fab49fad8d4bb786582c4",
454+
"hash": "5ad1864a0bd4964e7886a1d38acf81cb",
455455
"keywords": [
456456
"Docker",
457457
"commandbox",
@@ -492,7 +492,7 @@
492492
"file": "encryption_decryption.md",
493493
"title": "Encryption/Decryption",
494494
"path": "/docs/recipes/encryption_decryption.md",
495-
"hash": "54975e06c458f45f282e75438d9975b8",
495+
"hash": "ca4487f3f9fae900bce0c638a9525b13",
496496
"keywords": [
497497
"Encryption",
498498
"Decryption",

0 commit comments

Comments
 (0)