diff --git a/doc/xmlConfigFile.md b/doc/xmlConfigFile.md
index f5536e7..d7cb513 100644
--- a/doc/xmlConfigFile.md
+++ b/doc/xmlConfigFile.md
@@ -16,7 +16,9 @@ Example:
jenkins
Jenkins
This service runs Jenkins continuous integration system.
-
+
+
+
java
-Xrs -Xmx256m -jar "%BASE%\jenkins.war" --httpPort=8080
@@ -139,6 +141,16 @@ This optional element can be specified multiple times if necessary to specify en
```
+#### Rule
+
+This optional element can be specified multiple time within element "env". The syntax is:
+
+```xml
+? Rule;
+ }
+
+ internal sealed class RawYamlRule
+ {
+ public string? Regex;
+ public string? Replace;
}
internal sealed class YamlFailureAction