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 Nov 12, 2024
1 parent 1f1d45d commit 7247466
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/recipes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,10 @@ Learn how to use request timeout correctly with Lucee.

This document explains how to use retry functionality with some simple examples.

## [Using S3 Regions in Lucee](/docs/recipes/s3-region.md)

Guide on configuring and interacting with specific S3 regions in Lucee using the S3 extension.

## [Script Templates](/docs/recipes/script-templates.md)

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.
Expand Down
17 changes: 17 additions & 0 deletions docs/recipes/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -952,6 +952,23 @@
"Lucee"
]
},
{
"file": "s3-region.md",
"title": "Using S3 Regions in Lucee",
"path": "/docs/recipes/s3-region.md",
"hash": "0f033d87b29ca7e2e5b8fef6c2b9f10f",
"keywords": [
"Virtual File System",
"VFS",
"S3",
"Regions",
"Buckets",
"Amazon S3",
"Wasabi",
"MinIO",
"Cloud Storage"
]
},
{
"file": "script-templates.md",
"title": "Script Templates",
Expand Down

0 comments on commit 7247466

Please sign in to comment.