Skip to content

Commit 1f2855d

Browse files
committed
Merge branch 'master' of https://github.com/lucee/lucee-docs
2 parents 21faf17 + 0c54fde commit 1f2855d

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

docs/recipes/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,10 @@ How to use threads in Lucee
360360

361361
Learn how to use the <cftimeout> tag in Lucee. This guide demonstrates how to define a timeout specific to a code block, handle timeouts with a listener, and handle errors within the timeout block.
362362

363+
## [Troubleshooting Lucee Problems](/docs/recipes/troubleshooting.md)
364+
365+
A guide to diagnosing problems with Lucee
366+
363367
## [Types in Lucee](/docs/recipes/types-in-lucee.md)
364368

365369
This document explains types in Lucee. Lucee is still an untyped language. Types are only a check put on top of the language.

docs/recipes/index.json

+11
Original file line numberDiff line numberDiff line change
@@ -1255,6 +1255,17 @@
12551255
"error handling"
12561256
]
12571257
},
1258+
{
1259+
"file": "troubleshooting.md",
1260+
"title": "Troubleshooting Lucee Problems",
1261+
"path": "/docs/recipes/troubleshooting.md",
1262+
"hash": "5f51b53817c9926635d782d47934adce",
1263+
"keywords": [
1264+
"startup",
1265+
"deployment",
1266+
"logs"
1267+
]
1268+
},
12581269
{
12591270
"file": "types-in-lucee.md",
12601271
"title": "Types in Lucee",

0 commit comments

Comments
 (0)