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


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

commit 8ff603476a8b1ab568858d8910615f846682d4cb
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 3af6173..0848b70 100644
--- a/build.gradle
+++ b/build.gradle
@@ -507,7 +507,7 @@ tasks.withType(AsciidoctorTask) { task ->
         'icons': 'font',
         'sectnums': '',
         'chapter-label': '',
-        'toc': '',
+        'toc': 'left@',
         'toclevels': '3'
 }