Skip to content

Commit

Permalink
cross ref
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jan 17, 2025
1 parent b66a5e2 commit 22ef96e
Show file tree
Hide file tree
Showing 18 changed files with 58 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/recipes/check-for-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"Server context",
"Web context"
],
"categories": [
"categories": [
"server"
]
}
Expand Down
7 changes: 7 additions & 0 deletions docs/recipes/checksum.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
"cfhttp",
"hash",
"fileReadBinary"
],
"related": [
"function-fileReadBinary",
"tag-http"
],
"categories": [
"crypto"
]
}
-->
Expand Down
3 changes: 3 additions & 0 deletions docs/recipes/configuration-administrator-cfc.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"Lucee",
"Web context",
"Server configuration"
],
"categories": [
"server"
]
}
-->
Expand Down
5 changes: 4 additions & 1 deletion docs/recipes/configuration-lucee5.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"id": "config-lucee5",
"categories": ["configuration"],
"description": "Best practices for configuring Lucee 5 environments.",
"keywords": ["configuration", "config", "lucee-server.xml", "lucee-web.xml", "Lucee 5"]
"keywords": ["configuration", "config", "lucee-server.xml", "lucee-web.xml", "Lucee 5"],
"categories": [
"server"
]
}
-->

Expand Down
3 changes: 3 additions & 0 deletions docs/recipes/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"commandbox",
"installation",
"kubernetes"
],
"categories": [
"server"
]
}
-->
Expand Down
5 changes: 4 additions & 1 deletion docs/recipes/environment-variables-system-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
"Properties",
"System Properties",
"setting",
"cofig"
"config"
],
"categories": [
"server"
]
}
-->
Expand Down
3 changes: 3 additions & 0 deletions docs/recipes/extension-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"system property",
"hot deployment",
"automation"
],
"categories": [
"extensions"
]
}
-->
Expand Down
3 changes: 3 additions & 0 deletions docs/recipes/externalizing-strings.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"Class files",
"Static contents",
"Lucee"
],
"categories": [
"server"
]
}
-->
Expand Down
3 changes: 3 additions & 0 deletions docs/recipes/file-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"cfml",
"cfs",
"file extensions"
],
"categories": [
"server"
]
}
-->
Expand Down
7 changes: 7 additions & 0 deletions docs/recipes/function-listeners.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@
"thread",
"function",
"promises"
],
"related": [
"tag-function",
"tag-thread"
],
"categories": [
"thread"
]
}
-->
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/java-in-functions-and-closures.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"categories": [
"java"
],
]
}
-->

Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/java-libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"categories": [
"java"
],
]
}
-->

Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/java-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"categories": [
"java"
],
]
}
-->

Expand Down
8 changes: 8 additions & 0 deletions docs/recipes/mathematical-precision.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,15 @@
"Lucee",
"Application.cfc",
"PrecisionEvaluate"
],
"related": [
"function-precisionevaluate"
],
"categories: [
"math",
"number"
]
}
-->

Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/read-xml-with-a-listener-model-sax.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"XML Event Parsing",
"XML to Struct"
],
"categories" : [
"categories": [
"xml"
],
"related":[
Expand Down
3 changes: 3 additions & 0 deletions docs/recipes/single-vs-multi-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"Single Mode",
"Multi Mode",
"Configuration"
],
"categories": [
"server"
]
}
-->
Expand Down
3 changes: 3 additions & 0 deletions docs/recipes/supercharge-your-website.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"Caching",
"Template cache",
"Lucee"
],
"categories": [
"server"
]
}
-->
Expand Down
3 changes: 2 additions & 1 deletion docs/recipes/tag-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"return"
],
"related": [
"developing-with-lucee-server"
"developing-with-lucee-server",
"tag-script"
]
}
-->
Expand Down

0 comments on commit 22ef96e

Please sign in to comment.