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 18, 2024
1 parent e0b4d68 commit eb5d49e
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/recipes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,10 @@ This document explains how to use retry functionality with some simple examples.

Learn about script templates in Lucee. This guide explains how Lucee supports templates with the `.cfs` extension, allowing you to write direct script code without the need for the `<cfscript>` tag.

## [Lucee SQS Integration Functions](/docs/recipes/sqs.md)

Functions to integrate Amazon SQS with Lucee, including receiving and sending messages.

## [Startup Listeners, server.cfc and web.cfc](/docs/recipes/startup-listeners-code.md)

Lucee supports two types of Startup Listeners, server.cfc and web.cfc
Expand Down
37 changes: 35 additions & 2 deletions docs/recipes/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,23 @@
"cfs"
]
},
{
"file": "sqs.md",
"title": "Lucee SQS Integration Functions",
"path": "/docs/recipes/sqs.md",
"hash": "3ea2ddd7cbe769feb6aceabad4e35403",
"keywords": [
"Lucee",
"SQS",
"AWS",
"Messaging",
"Queue",
"messageReceive",
"messageSend",
"Integration",
"Cloud"
]
},
{
"file": "startup-listeners-code.md",
"title": "Startup Listeners, server.cfc and web.cfc",
Expand Down Expand Up @@ -867,7 +884,7 @@
"file": "virtual-file-system.md",
"title": "Virtual File Systems",
"path": "/docs/recipes/virtual-file-system.md",
"hash": "50e027160158cc5e14b3cb556d62fece",
"hash": "6189e6e5acde127a186e8c130a18028d",
"keywords": [
"Virtual File System",
"VFS",
Expand All @@ -876,7 +893,23 @@
"RAM",
"S3",
"FTP",
"Lucee"
"git",
"HTTP",
"MinIO",
"Wasabi",
"Backblaze B2",
"Google Cloud Storage",
"Microsoft Azure Blob Storage",
"IBM Cloud Object Storage",
"DigitalOcean Spaces",
"Ceph",
"Alibaba Cloud OSS",
"DreamHost DreamObjects",
"Scality RING",
"Dell EMC ECS",
"Cloudian HyperStore",
"OpenIO",
"NetApp StorageGRID"
]
},
{
Expand Down

0 comments on commit eb5d49e

Please sign in to comment.