From 143eca418b76aae0a5b60a510e9516fd2a887de4 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 6 Jun 2024 22:22:36 +0000 Subject: [PATCH] Update recipes index and README --- docs/recipes/README.md | 10 +++++----- docs/recipes/index.json | 20 ++++++++++---------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/recipes/README.md b/docs/recipes/README.md index b77ae7b15..d21523cb0 100644 --- a/docs/recipes/README.md +++ b/docs/recipes/README.md @@ -56,7 +56,7 @@ 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. @@ -64,7 +64,7 @@ This document explains how to deploy an Application on a live server without usi 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. @@ -72,7 +72,7 @@ Here you will find a short introduction into writing your own Event Gateway type 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. @@ -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 diff --git a/docs/recipes/index.json b/docs/recipes/index.json index be47cb041..ea73c08c5 100644 --- a/docs/recipes/index.json +++ b/docs/recipes/index.json @@ -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", @@ -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", @@ -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", @@ -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",