This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new abd8629 add YAML to userguide
abd8629 is described below
commit abd86292d74e54585450e716e695ce0963510746
Author: Paul King <[email protected]>
AuthorDate: Sun Aug 2 20:32:18 2020 +1000
add YAML to userguide
---
site/src/site/sitemap-user.groovy | 1 +
1 file changed, 1 insertion(+)
diff --git a/site/src/site/sitemap-user.groovy
b/site/src/site/sitemap-user.groovy
index ea1185b..ae23e35 100644
--- a/site/src/site/sitemap-user.groovy
+++ b/site/src/site/sitemap-user.groovy
@@ -129,6 +129,7 @@ documentation {
item 'Parsing and producing JSON', 'json',
'json-userguide'
item 'Working with a relational database', 'databases',
'sql-userguide'
item 'Processing XML', 'processing-xml',
'xml-userguide'
+ item 'Processing YAML', 'processing-yaml',
'yaml-userguide'
item 'Scripting Ant tasks', 'scripting-ant',
'ant-builder'
item 'Template engines', 'templating',
'template-engines'
item 'Creating Swing UIs', 'swing',
'swing-builder'