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/27 07:43:06 UTC

[ofbiz-framework] branch release18.12 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 release18.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


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

commit 028b122cbac99fb0abe11742ab8460566672fd6f
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 153090d..f6c28da 100644
--- a/build.gradle
+++ b/build.gradle
@@ -520,7 +520,7 @@ tasks.withType(AsciidoctorTask) { task ->
         'icons': 'font',
         'sectnums': '',
         'chapter-label': '',
-        'toc': '',
+        'toc': 'left@',
         'toclevels': '3'
 }