You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2020/02/26 19:56:00 UTC

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

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 <ja...@les7arts.com>
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'
 }