Author: jleroux
Date: Thu Dec 13 14:39:17 2018
New Revision: 1848849
URL:
http://svn.apache.org/viewvc?rev=1848849&view=revLog:
Improved: Plugins Asciidoc documentation must be standalone
Use ":toclevels: 3" after discussion ion dev ML
Thanks to all who participated
Modified:
ofbiz/ofbiz-framework/trunk/build.gradle
Modified: ofbiz/ofbiz-framework/trunk/build.gradle
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/build.gradle?rev=1848849&r1=1848848&r2=1848849&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/build.gradle (original)
+++ ofbiz/ofbiz-framework/trunk/build.gradle Thu Dec 13 14:39:17 2018
@@ -517,7 +517,7 @@ tasks.withType(AsciidoctorTask) { task -
'sectnums': '',
'chapter-label': '',
'toc': '',
- 'toclevels': '5'
+ 'toclevels': '3'
}
task deleteOfbizDocumentation {