From fc24813922610eca5d03d2ec1eecfe80bce78f7a Mon Sep 17 00:00:00 2001 From: Lucee Docs GitHub Action Date: Wed, 18 Sep 2024 10:23:35 +0000 Subject: [PATCH] Update recipes index and README --- docs/recipes/README.md | 4 ++++ docs/recipes/index.json | 13 +++++++++++++ 2 files changed, 17 insertions(+) diff --git a/docs/recipes/README.md b/docs/recipes/README.md index e0e1098c9..6b3314367 100644 --- a/docs/recipes/README.md +++ b/docs/recipes/README.md @@ -16,6 +16,10 @@ This document explains how to deploy an Application on a live server without usi Learn how to output the current date in Lucee. +## [Breaking Changes Between Lucee 6.0 and 6.1](/docs/recipes/breaking-changes-6-1.md) + +A guide to breaking changes introduced in Lucee between version 6.0 and 6.1 + ## [Cache a Query for the current request](/docs/recipes/cached-within-request.md) Cache a Query for the current request in Lucee. diff --git a/docs/recipes/index.json b/docs/recipes/index.json index 0c1f9cb22..0226c8c54 100644 --- a/docs/recipes/index.json +++ b/docs/recipes/index.json @@ -54,6 +54,19 @@ "Locale" ] }, + { + "file": "breaking-changes-6-1.md", + "title": "Breaking Changes Between Lucee 6.0 and 6.1", + "path": "/docs/recipes/breaking-changes-6-1.md", + "hash": "43c020b86cf58c1e848ffafe5891f81c", + "keywords": [ + "breaking changes", + "Lucee 6.0", + "Lucee 6.1", + "migration", + "upgrade" + ] + }, { "file": "cached-within-request.md", "title": "Cache a Query for the current request",