Skip to content

Commit 21c9e83

Browse files
committed
cleanup
1 parent 681b478 commit 21c9e83

File tree

10 files changed

+90
-48
lines changed

10 files changed

+90
-48
lines changed

docs/03.reference/02.tags/application/_attributes/mappings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ A structure that contains mappings. Each element in the structure consists of a
22

33
The logical path is the key and the absolute path is the value.
44

5-
[[cookbook-filesystem-mapping-define-mapping]]
5+
[[mappings-how-to-define-a-reg-mapping]]

docs/04.guides/03.updating-lucee/chapter.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ Here you can find guides on how to update Lucee:
1010

1111
[[updating-lucee-migrate-from-railo]]
1212

13-
[[updating-lucee-update-from-railo]]
14-
1513
[[updating-lucee-migrate-from-acf]]
1614

1715
[[lucee-5-upgrading-lucee-45]]

docs/04.guides/04.cookbooks/chapter.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ id: cookbook
77

88
Some basic examples
99

10-
* [[basic-date]]
10+
* [[cookbook-basic-date]]
1111

1212
## Application.cfc / Tag <cfapplication> ##
1313

@@ -22,7 +22,7 @@ Lucee comes with a simple framework that let's you control the flow of your appl
2222
Lucee supports a lot of different cache systems, for example EhCache, Memcached, Infinispan, etc.. and you can use these caches in various scenarios:
2323

2424
* [[caches-defined-in-application-cfc]]
25-
* [[cached-within-request]]
25+
* [[cache-a-query-for-the-curr-context]]
2626
* [[session-handling]]
2727
* [[list-existing-cache-conn]]
2828

@@ -36,7 +36,7 @@ Lucee supports a lot of different cache systems, for example EhCache, Memcached,
3636
Some examples related to Datasources/Queries:
3737

3838
* [[datasource-how-to-define-them]]
39-
* [[cached-within-request]]
39+
* [[cache-a-query-for-the-curr-context]]
4040
* Add a new Datasource driver (TODO)
4141

4242
## File System ##

docs/recipes/loop-through-files.md

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,24 @@
1-
---
2-
title: Looping Through Files
3-
id: loop_through_files
4-
related:
5-
- tag-loop
6-
categories:
7-
- files
8-
description: This document explains how to handle large files in Lucee more efficiently.
9-
keywords: Looping through files,cffile,fileRead,fileReadBinary,Memory optimization,Lucee
10-
---
11-
12-
1+
<!--
2+
{
3+
"title": "Looping Through Files",
4+
"id": "loop_through_files",
5+
"related": [
6+
"tag-loop"
7+
],
8+
"categories": [
9+
"files"
10+
],
11+
"description": "This document explains how to handle large files in Lucee more efficiently.",
12+
"keywords": [
13+
"Looping through files",
14+
"cffile",
15+
"fileRead",
16+
"fileReadBinary",
17+
"Memory optimization",
18+
"Lucee"
19+
]
20+
}
21+
-->
1322

1423
# Looping Through File
1524

docs/recipes/monitoring-enable-for-your-session.md

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
1-
---
2-
title: Monitoring - Enable for your session
3-
id: monitoring-enable-for-your-session
4-
categories:
5-
- debugging
6-
- monitoring
7-
- session
8-
since: '6.1'
9-
description: Shows you a way to enable Monitoring for your session
10-
keywords: monitoring,session
11-
---
12-
13-
1+
<!--
2+
{
3+
"title": "Monitoring - Enable for your session",
4+
"id": "monitoring-enable-for-your-session",
5+
"categories": [
6+
"debugging",
7+
"monitoring",
8+
"session"
9+
],
10+
"since": "6.1",
11+
"description": "Shows you a way to enable Monitoring for your session",
12+
"keywords": [
13+
"monitoring",
14+
"session"
15+
]
16+
}
17+
-->
1418

1519
# Monitoring - Enable for your session
1620

docs/recipes/scheduler-quartz-clustering.md

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,25 @@
1-
---
2-
title: Quartz Scheduler Clustering
3-
id: clustering-quartz-scheduler
4-
related:
5-
- scheduler-quartz
6-
- tag-schedule
7-
categories:
8-
- extensions
9-
- recipes
10-
description: How to set up and configure clustering with the Quartz Scheduler extension
11-
keywords: scheduler,quartz,clustering,database,redis
12-
---
13-
14-
1+
<!--
2+
{
3+
"title": "Quartz Scheduler Clustering",
4+
"id": "clustering-quartz-scheduler",
5+
"related": [
6+
"scheduler-quartz",
7+
"tag-schedule"
8+
],
9+
"categories": [
10+
"extensions",
11+
"recipes"
12+
],
13+
"description": "How to set up and configure clustering with the Quartz Scheduler extension",
14+
"keywords": [
15+
"scheduler",
16+
"quartz",
17+
"clustering",
18+
"database",
19+
"redis"
20+
]
21+
}
22+
-->
1523

1624
# Clustering with Quartz Scheduler
1725

docs/recipes/sql-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,4 +208,4 @@ LUCEE_QUERY_ALLOWEMPTYASNULL=true
208208

209209
However, it's recommended to explicitly handle NULL values in your code for better clarity and to match Adobe ColdFusion behavior.
210210

211-
See [[breaking-changes-6-0]] and [[lucee-5-to-6-migration-guide]] for more details.
211+
See [[breaking-changes-5-4-to-6-0]] and [[lucee-5-to-6-migration-guide]] for more details.

docs/recipes/tag-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"related": [
2222
"developing-with-lucee-server",
2323
"tag-script",
24-
"tag"
24+
"tags"
2525
]
2626
}
2727
-->

docs/recipes/thread-usage.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
<!--
2+
{
3+
"title": "Complete Guide to Threading in Lucee",
4+
"id": "thread-usage",
5+
"categories": ["thread", "performance", "core"],
6+
"description": "Complete guide to using threads and parallel execution in Lucee",
7+
"keywords": [
8+
"threads",
9+
"parallel",
10+
"async",
11+
"concurrent",
12+
"performance",
13+
"cfthread"
14+
],
15+
"related": [
16+
"tag-thread",
17+
"function-arrayeach",
18+
"function-arraymap",
19+
"function-arrayreduce"
20+
]
21+
}
22+
-->
23+
124
# Complete Guide to Threading in Lucee
225

326
This document explains all the ways to use threads and parallel execution in Lucee. Threads allow you to execute code in parallel, improving performance for tasks like database queries, HTTP requests, or any long-running operations.

docs/recipes/websocket-extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ Function `getDataFromSomewhere()` is responsible for obtaining the data that nee
250250

251251
### Using webSocketInfo() to Send Message to Client
252252

253-
[[function-websocketInfo]] also has an array of instances, one for each client call to a WebSocket Component. So, looping through the array gives you access to the component, and then you can call any of its functions.
253+
[[function-websocketinfo]] also has an array of instances, one for each client call to a WebSocket Component. So, looping through the array gives you access to the component, and then you can call any of its functions.
254254

255255
For Example (_excluding role management functions_):
256256

0 commit comments

Comments
 (0)