From 42dae5788bf25382c50a0f14b5ec3ad981961672 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 6 Jun 2024 22:12:35 +0000 Subject: [PATCH] Update recipes index and README --- docs/recipes/README.md | 2 +- docs/recipes/index.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/recipes/README.md b/docs/recipes/README.md index be4ee4087..93a5adc1d 100644 --- a/docs/recipes/README.md +++ b/docs/recipes/README.md @@ -112,7 +112,7 @@ Overview of how Event Gateways work in Lucee. Learn how to define a global proxy in Lucee. This guide demonstrates how to set up a global proxy in the Application.cfc file, limit the proxy to specific hosts, and exclude specific hosts from using the proxy. -## [Untitled](/docs/recipes/hidden_gems.md) +## [Hidden Gems](/docs/recipes/hidden_gems.md) This document explains how to declare variables, function calls with dot and bracket notation, and passing arguments via URL/form scopes as an array. diff --git a/docs/recipes/index.json b/docs/recipes/index.json index 6f874adb7..04a000e7a 100644 --- a/docs/recipes/index.json +++ b/docs/recipes/index.json @@ -169,9 +169,9 @@ }, { "file": "hidden_gems.md", - "title": "Untitled", + "title": "Hidden Gems", "path": "/docs/recipes/hidden_gems.md", - "hash": "de62288be566b022c8938c377e5673a9" + "hash": "82805023c4748ca87e4265d53f101854" }, { "file": "inline-components.md",