Skip to content

Commit 5f13a97

Browse files
committed
Update recipes index and README
1 parent 708de0e commit 5f13a97

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

docs/recipes/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,4 +418,8 @@ How to install, configure and create WebSockets
418418

419419
## [XML Fast And Easy, using SAX - Listener Functions](/docs/recipes/xml-fast-and-easy.md)
420420

421-
This document explains how to use XML parsing in Lucee.
421+
This document explains how to use XML parsing in Lucee.
422+
423+
## [YAML Processing in Lucee 7](/docs/recipes/yaml-processing.md)
424+
425+
Simple recipe for processing YAML files in Lucee 7 using Maven integration and SnakeYAML

docs/recipes/index.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1468,5 +1468,17 @@
14681468
"XMLCatalog",
14691469
"Lucee"
14701470
]
1471+
},
1472+
{
1473+
"file": "yaml-processing.md",
1474+
"title": "YAML Processing in Lucee 7",
1475+
"path": "/docs/recipes/yaml-processing.md",
1476+
"hash": "7d0bc44493d4a7f908bfe4968c28ac05",
1477+
"keywords": [
1478+
"YAML",
1479+
"SnakeYAML",
1480+
"Maven",
1481+
"Java Integration"
1482+
]
14711483
}
14721484
]

0 commit comments

Comments
 (0)