Skip to content

Commit a85ab85

Browse files
committed
Merge branch 'master' of https://github.com/lucee/lucee-docs
2 parents 5e9aa59 + b11e18b commit a85ab85

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

docs/recipes/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ List existing Cache Connections available in Lucee.
272272

273273
This document explains how to log HTTP calls made by the cfhttp tag in Lucee.
274274

275-
## [Logging in Lucee](/docs/recipes/logging.md)
275+
## [Logging](/docs/recipes/logging.md)
276276

277277
How to configure and customize logging
278278

@@ -328,7 +328,7 @@ Shows you a way to enable Monitoring for your session
328328

329329
How to enable and use MSSQL modern mode in Lucee for proper handling of RAISERROR exceptions and complex T-SQL batches
330330

331-
## [New Operator in Lucee](/docs/recipes/new-operator.md)
331+
## [New Operator](/docs/recipes/new-operator.md)
332332

333333
This document provides a guide on using the new operator in Lucee for creating instances of CFML components and Java classes.
334334

@@ -396,7 +396,7 @@ Documentation for Lucee's release branching and versioning strategy
396396

397397
Learn how to use request timeout correctly with Lucee.
398398

399-
## [ProxyPassMatch ^/rest/(.*)$ http://127.0.0.1:8888/rest/$1](/docs/recipes/rest-services.md)
399+
## [Lucee and REST Services](/docs/recipes/rest-services.md)
400400

401401
A detailed guide on how to create REST Sevices using CFCs
402402

@@ -432,7 +432,7 @@ Managing Secrets in Lucee applications
432432

433433
Comprehensive guide on session handling and configuration in Lucee, including session types, storage options, and security considerations.
434434

435-
## [Keep all struct keys defined with "dot notation" in original case.](/docs/recipes/setting-system-properties-and-env-vars.md)
435+
## [Setting System Properties and Environment Variables](/docs/recipes/setting-system-properties-and-env-vars.md)
436436

437437
How to set and use Environment Variables or System Properties to configure specific Lucee Server settings.
438438

docs/recipes/index.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -945,9 +945,9 @@
945945
},
946946
{
947947
"file": "logging.md",
948-
"title": "Logging in Lucee",
948+
"title": "Logging",
949949
"path": "/docs/recipes/logging.md",
950-
"hash": "b9445d975a550f7e3a7ab39122b60317",
950+
"hash": "30503fe9d1fe68d1eac303c51b08b131",
951951
"keywords": [
952952
"Logging",
953953
"Log levels",
@@ -1003,7 +1003,7 @@
10031003
"file": "lucene-search.md",
10041004
"title": "Lucene 3 Extension",
10051005
"path": "/docs/recipes/lucene-search.md",
1006-
"hash": "1483315b8a52008c3b86aaf141e8a543",
1006+
"hash": "6dbd6bd21f6e9df9fb8342e9232a068a",
10071007
"keywords": [
10081008
"Lucene",
10091009
"Search",
@@ -1083,7 +1083,7 @@
10831083
"file": "migrate.from.classic-to-modern-local-scope.md",
10841084
"title": "Migrating from Classic to Modern Local Scope Mode",
10851085
"path": "/docs/recipes/migrate.from.classic-to-modern-local-scope.md",
1086-
"hash": "4cafb2320c000832692c787f80c47997",
1086+
"hash": "a01d15e33450ec5e43ff480fcd706925",
10871087
"keywords": [
10881088
"local scope",
10891089
"variables",
@@ -1113,7 +1113,7 @@
11131113
"file": "monitoring-enable-for-your-session.md",
11141114
"title": "Monitoring - Enable for your session",
11151115
"path": "/docs/recipes/monitoring-enable-for-your-session.md",
1116-
"hash": "3355a7868b736ab48344ccd5c26726fe",
1116+
"hash": "a82a39b230d2da63893a77f2288629b1",
11171117
"keywords": [
11181118
"monitoring",
11191119
"session"
@@ -1137,9 +1137,9 @@
11371137
},
11381138
{
11391139
"file": "new-operator.md",
1140-
"title": "New Operator in Lucee",
1140+
"title": "New Operator",
11411141
"path": "/docs/recipes/new-operator.md",
1142-
"hash": "d164bfd9df1d33a6580280969cd85177",
1142+
"hash": "92d049b1ded88bb56cc61883a26cca81",
11431143
"keywords": [
11441144
"new",
11451145
"java",
@@ -1195,7 +1195,7 @@
11951195
"file": "precompiled-code.md",
11961196
"title": "Precompiled Code",
11971197
"path": "/docs/recipes/precompiled-code.md",
1198-
"hash": "e044a8d4bd44415a11f2605c0a8e1495",
1198+
"hash": "4a77006bca46dc792880755d9cb7dfbc",
11991199
"keywords": [
12001200
"Precompiled",
12011201
"Pre-compile code",
@@ -1210,7 +1210,7 @@
12101210
"file": "query-async.md",
12111211
"title": "Query Async",
12121212
"path": "/docs/recipes/query-async.md",
1213-
"hash": "20015ca45615de7ad598684f678946c3",
1213+
"hash": "2b9e6eabec0aa12606868580ed87afac",
12141214
"keywords": [
12151215
"query",
12161216
"async",
@@ -1263,7 +1263,7 @@
12631263
"file": "query-of-queries.md",
12641264
"title": "Query of Queries (QoQ)",
12651265
"path": "/docs/recipes/query-of-queries.md",
1266-
"hash": "0260dff0425bb3cd893ac4767cd8e4e2",
1266+
"hash": "54f3af21728ac12fc33394ec34e16508",
12671267
"keywords": [
12681268
"Query of Queries",
12691269
"QoQ",
@@ -1277,7 +1277,7 @@
12771277
"file": "query-of-query-sometime.md",
12781278
"title": "Query of Queries sometimes it rocks, sometimes it sucks",
12791279
"path": "/docs/recipes/query-of-query-sometime.md",
1280-
"hash": "9aa140cf0b422b4a0a96d52c5fbe9835",
1280+
"hash": "bd4cbdb1cb100df96d679e950fc69de1",
12811281
"keywords": [
12821282
"Query of Queries",
12831283
"QoQ",
@@ -1307,7 +1307,7 @@
13071307
"file": "query-return-type.md",
13081308
"title": "Query return type",
13091309
"path": "/docs/recipes/query-return-type.md",
1310-
"hash": "bae3c3089df32f5258c1f7bc2f6d1b24",
1310+
"hash": "3875ad145f6bc8d54c909b71a65509c6",
13111311
"keywords": [
13121312
"Query return type",
13131313
"Array return type",
@@ -1320,7 +1320,7 @@
13201320
"file": "read-xml-with-a-listener-model-sax.md",
13211321
"title": "Read XML with a listener Model (SAX)",
13221322
"path": "/docs/recipes/read-xml-with-a-listener-model-sax.md",
1323-
"hash": "6d6838168dd41f7ea0a8cfc5e40334a7",
1323+
"hash": "8be378eca3535b6eb68aff1e57582288",
13241324
"keywords": [
13251325
"XML",
13261326
"SAX",
@@ -1361,7 +1361,7 @@
13611361
"file": "request-timeout.md",
13621362
"title": "Request Timeout",
13631363
"path": "/docs/recipes/request-timeout.md",
1364-
"hash": "ea067f1c5a0881ce3ce8173464e4ae6c",
1364+
"hash": "676809618129e7d38b12fc893e61732b",
13651365
"keywords": [
13661366
"request timeout",
13671367
"timeout",
@@ -1376,9 +1376,9 @@
13761376
},
13771377
{
13781378
"file": "rest-services.md",
1379-
"title": "ProxyPassMatch ^/rest/(.*)$ http://127.0.0.1:8888/rest/$1",
1379+
"title": "Lucee and REST Services",
13801380
"path": "/docs/recipes/rest-services.md",
1381-
"hash": "0db35b827c02fb3890b2fa5c07af41df",
1381+
"hash": "3a6622e469130846808dbe70140c883a",
13821382
"keywords": [
13831383
"REST",
13841384
"verbs",
@@ -1458,7 +1458,7 @@
14581458
"file": "script-templates.md",
14591459
"title": "Script Templates",
14601460
"path": "/docs/recipes/script-templates.md",
1461-
"hash": "2b7be4bb6517ae11e18dd333b4cac416",
1461+
"hash": "85326e1cd7f4701476bc1a48edc03635",
14621462
"keywords": [
14631463
"CFML",
14641464
"script",
@@ -1471,7 +1471,7 @@
14711471
"file": "secret-provider.md",
14721472
"title": "Secret Management",
14731473
"path": "/docs/recipes/secret-provider.md",
1474-
"hash": "ce3f991e86b389bd803f36dc14cebccc",
1474+
"hash": "67cabc1ef92adb92bb0402c7b650b046",
14751475
"keywords": [
14761476
"security",
14771477
"secrets",
@@ -1484,7 +1484,7 @@
14841484
"file": "session-handling.md",
14851485
"title": "Session Handling",
14861486
"path": "/docs/recipes/session-handling.md",
1487-
"hash": "1f6b90bafaa894d406dc2ce777a79e66",
1487+
"hash": "de3b0ccf64b1f4a29c15886cdf750ee3",
14881488
"keywords": [
14891489
"Session Management",
14901490
"CFML Sessions",
@@ -1498,9 +1498,9 @@
14981498
},
14991499
{
15001500
"file": "setting-system-properties-and-env-vars.md",
1501-
"title": "Keep all struct keys defined with \"dot notation\" in original case.",
1501+
"title": "Setting System Properties and Environment Variables",
15021502
"path": "/docs/recipes/setting-system-properties-and-env-vars.md",
1503-
"hash": "d2150df12a1ffeb91e7eee06beb1b0a6",
1503+
"hash": "cadb654df6280a307fd68031141ce565",
15041504
"keywords": [
15051505
"Environment",
15061506
"Environment Variables",
@@ -1514,7 +1514,7 @@
15141514
"file": "single-vs-multi-mode.md",
15151515
"title": "Single Mode vs Multi Mode in Lucee",
15161516
"path": "/docs/recipes/single-vs-multi-mode.md",
1517-
"hash": "4ffcdd6f3889fb88342c63c8b72adeed",
1517+
"hash": "2750afe7067657be65f59720eff241a4",
15181518
"keywords": [
15191519
"Lucee",
15201520
"Single Mode",
@@ -1587,7 +1587,7 @@
15871587
"file": "structs-vs-components.md",
15881588
"title": "Best Practices: Structs vs Inline Components",
15891589
"path": "/docs/recipes/structs-vs-components.md",
1590-
"hash": "7af0971dd168056a6b83c7e449a17b5e",
1590+
"hash": "2b18f115806efb90ddf584a3de19a8b1",
15911591
"keywords": [
15921592
"struct",
15931593
"component",
@@ -1603,7 +1603,7 @@
16031603
"file": "sub-components.md",
16041604
"title": "Sub Components",
16051605
"path": "/docs/recipes/sub-components.md",
1606-
"hash": "e4a1dfbae98fe363be8068cf896596ab",
1606+
"hash": "6bd0cf45661976d08d16daa7fe9410da",
16071607
"keywords": [
16081608
"CFML",
16091609
"component",
@@ -1664,7 +1664,7 @@
16641664
"file": "thread-task.md",
16651665
"title": "Thread Tasks",
16661666
"path": "/docs/recipes/thread-task.md",
1667-
"hash": "c415d68e36a76d88f567024a72321edf",
1667+
"hash": "735683db38d4bf9844ddb56efdf22cc6",
16681668
"keywords": [
16691669
"Thread Tasks",
16701670
"Daemon Threads",
@@ -1677,7 +1677,7 @@
16771677
"file": "thread-usage.md",
16781678
"title": "Complete Guide to Threading in Lucee",
16791679
"path": "/docs/recipes/thread-usage.md",
1680-
"hash": "b4c954f5e1e2efb666ad9bcdba3a9fac",
1680+
"hash": "2928bd203fdb4320a03e3b0a669538f8",
16811681
"keywords": [
16821682
"threads",
16831683
"parallel",
@@ -1691,7 +1691,7 @@
16911691
"file": "timeout.md",
16921692
"title": "Timeout",
16931693
"path": "/docs/recipes/timeout.md",
1694-
"hash": "6ff8f17dd545142649bbef2014a1e58a",
1694+
"hash": "afb6e1fc4dce418095062653d002f234",
16951695
"keywords": [
16961696
"tag",
16971697
"timeout",
@@ -1716,7 +1716,7 @@
17161716
"file": "types-in-lucee.md",
17171717
"title": "Types in Lucee",
17181718
"path": "/docs/recipes/types-in-lucee.md",
1719-
"hash": "56f868a3c48a681925bffd32bf864c72",
1719+
"hash": "971bc123a6e7ef4505fe1ca8d89222d7",
17201720
"keywords": [
17211721
"Types",
17221722
"Function argument",

0 commit comments

Comments
 (0)