From 1421a4d729d72ec30b0b61992f87850b4a2e65d6 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 2 Jul 2024 19:31:38 +0000 Subject: [PATCH] Update recipes index and README --- docs/recipes/README.md | 4 ++++ docs/recipes/index.json | 17 +++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/docs/recipes/README.md b/docs/recipes/README.md index 756544b3d..bcc86d9ce 100644 --- a/docs/recipes/README.md +++ b/docs/recipes/README.md @@ -84,6 +84,10 @@ Lucee 6.1 improves its support for exception causes, providing better debugging How to catch and display exceptions. +## [Extension Installation](/docs/recipes/extension-installation.md) + +A comprehensive guide on how to install extensions in Lucee. + ## [Externalize strings](/docs/recipes/externalizing-strings.md) Externalize strings from generated class files to separate files. This method is used to reduce the memory of the static contents for templates. diff --git a/docs/recipes/index.json b/docs/recipes/index.json index 524c54360..916ecde80 100644 --- a/docs/recipes/index.json +++ b/docs/recipes/index.json @@ -310,6 +310,23 @@ "try-catch" ] }, + { + "file": "extension-installation.md", + "title": "Extension Installation", + "path": "/docs/recipes/extension-installation.md", + "hash": "75116159b5107f7c519ea6d8f4b87237", + "keywords": [ + "extension", + "install", + "lucee administrator", + "deploy directory", + "CFConfig.json", + "environment variable", + "system property", + "hot deployment", + "automation" + ] + }, { "file": "externalizing-strings.md", "title": "Externalize strings",