Skip to content

Commit 22ef96e

Browse files
committed
cross ref
1 parent b66a5e2 commit 22ef96e

18 files changed

+58
-8
lines changed

docs/recipes/check-for-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"Server context",
1212
"Web context"
1313
],
14-
"categories": [
14+
"categories": [
1515
"server"
1616
]
1717
}

docs/recipes/checksum.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
"cfhttp",
1010
"hash",
1111
"fileReadBinary"
12+
],
13+
"related": [
14+
"function-fileReadBinary",
15+
"tag-http"
16+
],
17+
"categories": [
18+
"crypto"
1219
]
1320
}
1421
-->

docs/recipes/configuration-administrator-cfc.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"Lucee",
1111
"Web context",
1212
"Server configuration"
13+
],
14+
"categories": [
15+
"server"
1316
]
1417
}
1518
-->

docs/recipes/configuration-lucee5.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
"id": "config-lucee5",
66
"categories": ["configuration"],
77
"description": "Best practices for configuring Lucee 5 environments.",
8-
"keywords": ["configuration", "config", "lucee-server.xml", "lucee-web.xml", "Lucee 5"]
8+
"keywords": ["configuration", "config", "lucee-server.xml", "lucee-web.xml", "Lucee 5"],
9+
"categories": [
10+
"server"
11+
]
912
}
1013
-->
1114

docs/recipes/docker.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"commandbox",
99
"installation",
1010
"kubernetes"
11+
],
12+
"categories": [
13+
"server"
1114
]
1215
}
1316
-->

docs/recipes/environment-variables-system-properties.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
"Properties",
1010
"System Properties",
1111
"setting",
12-
"cofig"
12+
"config"
13+
],
14+
"categories": [
15+
"server"
1316
]
1417
}
1518
-->

docs/recipes/extension-installation.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
"system property",
1515
"hot deployment",
1616
"automation"
17+
],
18+
"categories": [
19+
"extensions"
1720
]
1821
}
1922
-->

docs/recipes/externalizing-strings.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
"Class files",
1010
"Static contents",
1111
"Lucee"
12+
],
13+
"categories": [
14+
"server"
1215
]
1316
}
1417
-->

docs/recipes/file-extensions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"cfml",
1111
"cfs",
1212
"file extensions"
13+
],
14+
"categories": [
15+
"server"
1316
]
1417
}
1518
-->

docs/recipes/function-listeners.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010
"thread",
1111
"function",
1212
"promises"
13+
],
14+
"related": [
15+
"tag-function",
16+
"tag-thread"
17+
],
18+
"categories": [
19+
"thread"
1320
]
1421
}
1522
-->

0 commit comments

Comments
 (0)