Ralf D. Müller
Ralf D. Müller
Danke - das sind wertvolle Hinweise! Hier erstmal ein kurzer Workaround um `generatePDF` schneller zum Laufen zu bringen. Der Befehl `./dtcw downloadTemplate` holt das arc42-Template und installiert es. Er konfiguriert...
In an ideal world, we should be able to link to the gradle docs. Can you suggest the needed changes to the docs?
Great feature request and we are indeed already working on such a feature. Currently, we use jekyll to combine all docs into a full website since jekyll even has some...
hm. I wonder about the path to the image: java.io.FileNotFoundException: /project/build/html5/arc42/.../images/01_2_iso-25010-topics-DE.png it is `arc42/.../images` - three-times `.`. I think two-times would result in the correct path. docToolchain sets the `:imagesdir:`...
ah! could it be that you have something like :imagesdir: ../images in your files in order to display images in your editor preview? if so, please change it to ifndef::imagesdir[:imagesdir:...
@MartinHock do you have feedback to my comments?
yes, the path looks wired. We have some breaking changes from 1.3.x to 2.x and I think you discovered one. I guess the config has changed a bit in regards...
these ascii-arts are beautiful! we should copy them over to the documentation...! I always use variant B. It is the default setting of the asciidoctor plugins and is also lets...
the tree command is cool. btw: there is also the monotree plugin for asciidoctor https://github.com/allati/asciidoctor-extension-monotree
hm. regarding your `bin`-folder: don't know why it is empty. The repository contains a `.bat` file for windows and a bash script: https://github.com/docToolchain/docToolchain/tree/master/bin Regarding the way you install or use...