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 Jun 6, 2024
2 parents 91f6e18 + fb96aa5 commit 672ab68
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions docs/recipes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Externalize strings from generated class files to separate files. This method is

This document explains why Query of Queries (QoQ) may or may not be the best approach for your use case.

## [Untitled](/docs/recipes/application-context-basic.md)
## [Event Handling in Application.cfc](/docs/recipes/application-context-basic.md)

An overview of event handling functions in Application.cfc for Lucee.

Expand All @@ -32,7 +32,7 @@ List existing Cache Connections available in Lucee.

Cache a Query for the current request in Lucee.

## [Untitled](/docs/recipes/caches-in-application-cfc.md)
## [Adding Caches via Application.cfc](/docs/recipes/caches-in-application-cfc.md)

How to add per-application caches via Application.cfc in Lucee.

Expand All @@ -44,11 +44,11 @@ Learn how to convert user-defined functions or components in Lucee to use them i

Automatically check for changes in your configuration file with Lucee.

## [Untitled](/docs/recipes/checksum.md)
## [Checksum](/docs/recipes/checksum.md)

This document explains how to use a checksum in Lucee.

## [Untitled](/docs/recipes/configuration-administrator-cfc.md)
## [Configure Lucee within your application](/docs/recipes/configuration-administrator-cfc.md)

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

Expand Down
16 changes: 8 additions & 8 deletions docs/recipes/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
},
{
"file": "application-context-basic.md",
"title": "Untitled",
"title": "Event Handling in Application.cfc",
"path": "/docs/recipes/application-context-basic.md",
"hash": "b3d0ce76557077908974266dcfdc60c9"
"hash": "080b30014fc42bff67681b8e12e8aee7"
},
{
"file": "application-context-set-mapping.md",
Expand Down Expand Up @@ -49,9 +49,9 @@
},
{
"file": "caches-in-application-cfc.md",
"title": "Untitled",
"title": "Adding Caches via Application.cfc",
"path": "/docs/recipes/caches-in-application-cfc.md",
"hash": "cf425d1a69758abef18928e9ecfe366b"
"hash": "b005e611d022801778c84643020ebd57"
},
{
"file": "cfml-to-java.md",
Expand All @@ -67,15 +67,15 @@
},
{
"file": "checksum.md",
"title": "Untitled",
"title": "Checksum",
"path": "/docs/recipes/checksum.md",
"hash": "cf4231c1e63a705a85f1da77feefaaeb"
"hash": "821c7cf3cb72f0084fba50be84aec6c2"
},
{
"file": "configuration-administrator-cfc.md",
"title": "Untitled",
"title": "Configure Lucee within your application",
"path": "/docs/recipes/configuration-administrator-cfc.md",
"hash": "0f7c973860dfd2cf9589aed06426271b"
"hash": "29a7c63a603f9b3a274070fd658dffb5"
},
{
"file": "datasource-define-datasource.md",
Expand Down

0 comments on commit 672ab68

Please sign in to comment.