[ofbiz-framework] branch trunk updated: Improved: Put the TOCs on left in generated AsciiDoc documentation (OFBIZ-11423) Following discussions

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ofbiz-framework] branch trunk updated: Improved: Put the TOCs on left in generated AsciiDoc documentation (OFBIZ-11423) Following discussions

jleroux@apache.org
This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new be7438f  Improved: Put the TOCs on left in generated AsciiDoc documentation (OFBIZ-11423) Following discussions
be7438f is described below

commit be7438fb6f9a1f504bf7c7f7a119ef23cdeb1ba2
Author: Jacques Le Roux <[hidden email]>
AuthorDate: Wed Feb 26 20:55:58 2020 +0100

    Improved: Put the TOCs on left in generated AsciiDoc documentation
    (OFBIZ-11423)
    Following discussions
   
    * AsciiDoc generated online documentation and releases
    * New Online Help, need some ideas
    threads on dev ML
   
    I propose as suggested Oliver to put TOCs at the left. If I refer to
    https://github.com/asciidoctor/asciidoctor-gradle-plugin/issues/119
    toc: 'left@'
    should be put in the main build.gradle
   
    Thanks: Olivier Heintz for the suggestion
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index e5bfb3e..b4ffe8d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -497,7 +497,7 @@ tasks.withType(AsciidoctorTask) { task ->
         'icons': 'font',
         'sectnums': '',
         'chapter-label': '',
-        'toc': '',
+        'toc': 'left@',
         'toclevels': '3'
 }