Ralf D. Müller
Ralf D. Müller
data:image URIs are recognized as local images and reported as missing image Example: Expected: it is unlikely that these URIs are wrong, so I guess they can be just skipped...
Is the check for referenced javascript and css files in- or out-of-scope?
the default approach for handling images in docToolchain is, that you store images in the /images folder and reference them directly from this folder. To support additional image folders, there...
the auto-build is currently broken https://github.com/arc42/arc42-template/actions/runs/2995530755 The problem seems to be the asciidoctor plugin version => https://stackoverflow.com/questions/69637205/cannot-locate-a-guava-jar-in-the-gradle-distribution PR already prepared.
somehow, the 3.x docker images are slower than the 2.x ones when used in a closed environment pipeline. the image uses some tricks to make itself selfcontained: https://github.com/docToolchain/docker-image/blob/ng-beta/alpine/Dockerfile#L45 but this...
When I try to run doctoolchain from within a docker container through ./dtcw local generateSite I get the error Error: doctoolchain - command not found [environment 'local'] In the past,...
### All Submissions: * [x] Did you update the `changelog.adoc`?
a page which is marked as `:stem:` needs the following javascript at the bottom of the page to add javascript based STEM support: ```` MathJax.Hub.Config({ messageStyle: "none", tex2jax: { inlineMath:...
docToolchain does not use highlight.js for code highlighting on the microsite but google-code-prettify. Which is seems to be no longer supported https://github.com/googlearchive/code-prettify.
the dtcw bash version does also ignore the dtc jdk. it should be the preferred one _Originally posted by @rdmueller in https://github.com/docToolchain/docToolchain/issues/1216#issuecomment-1638872090_