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 6, 2024
1 parent 672ab68 commit 143eca4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions docs/recipes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,23 +56,23 @@ How to configure Lucee within your application using Administrator.cfc and cfadm

How to define a Datasource in Lucee.

## [Untitled](/docs/recipes/deploy-archives.md)
## [Creating and deploying Lucee Archives (.lar files)](/docs/recipes/deploy-archives.md)

This document explains how to deploy an Application on a live server without using a single CFML file.

## [Encryption/Decryption ](/docs/recipes/encryption_decryption.md)

This document explains about Encryption/Decryption with public and private keys with simple examples.

## [Untitled](/docs/recipes/event-gateway-create.md)
## [Custom Event Gateways](/docs/recipes/event-gateway-create.md)

Here you will find a short introduction into writing your own Event Gateway type.

## [Untitled](/docs/recipes/event-gateways-overview.md)

Overview of how Event Gateways work in Lucee.

## [Untitled](/docs/recipes/event-gateways.md)
## [Lucee Event Gateways](/docs/recipes/event-gateways.md)

EG's are another way how to communicate with your Lucee server and are kind of a service running on Lucee, reacting on certain events.

Expand All @@ -92,11 +92,11 @@ Learn about the different file extensions supported by Lucee, including .cfm, .c

All about the different mappings in Lucee and how to use them.

## [Untitled](/docs/recipes/filesystem-mapping.md)
## [File system - Mappings](/docs/recipes/filesystem-mapping.md)

Overview of different mapping types in the file system.

## [Untitled](/docs/recipes/flying_saucer.md)
## [Flying Saucer PDF Engine - CFDOCUMENT](/docs/recipes/flying_saucer.md)

The new CFDOCUMENT PDF engine, Flying Saucer in Lucee 5.3

Expand Down
20 changes: 10 additions & 10 deletions docs/recipes/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@
},
{
"file": "deploy-archives.md",
"title": "Untitled",
"title": "Creating and deploying Lucee Archives (.lar files)",
"path": "/docs/recipes/deploy-archives.md",
"hash": "8af685ebeb135e79527c76a638320a18"
"hash": "04f187142ec3dcb8548080f55a3eb4f5"
},
{
"file": "encryption_decryption.md",
Expand All @@ -97,9 +97,9 @@
},
{
"file": "event-gateway-create.md",
"title": "Untitled",
"title": "Custom Event Gateways",
"path": "/docs/recipes/event-gateway-create.md",
"hash": "ab9bfbfa135dd0ec04aa164dbf823643"
"hash": "d6d4e26307ee69d9041e69265bb0c2cc"
},
{
"file": "event-gateways-overview.md",
Expand All @@ -109,9 +109,9 @@
},
{
"file": "event-gateways.md",
"title": "Untitled",
"title": "Lucee Event Gateways",
"path": "/docs/recipes/event-gateways.md",
"hash": "8bc56d0c35fc03279d9014bb4f389cb3"
"hash": "26bcc3dd50ff1cb8ec2ab31f3cffd15a"
},
{
"file": "exception-cause.md",
Expand Down Expand Up @@ -139,15 +139,15 @@
},
{
"file": "filesystem-mapping.md",
"title": "Untitled",
"title": "File system - Mappings",
"path": "/docs/recipes/filesystem-mapping.md",
"hash": "cd87cdc45db078471a8f711f247a3e09"
"hash": "fe3271c6053ef91099cfe39b10ae05fe"
},
{
"file": "flying_saucer.md",
"title": "Untitled",
"title": "Flying Saucer PDF Engine - CFDOCUMENT",
"path": "/docs/recipes/flying_saucer.md",
"hash": "2112724350ae392d1bd40ffe43c9d106"
"hash": "bff1d38699d39c1f75a6e0e5ee9480ec"
},
{
"file": "function-listeners.md",
Expand Down

0 comments on commit 143eca4

Please sign in to comment.