Ralf D. Müller
Ralf D. Müller
this is quite some special behaviour... in IE11, images are linked without the `?raw` parameter at the end which result in those images not being displayed. A workaround is to...
depending on the file-extension, invoke some code which can turn a docs file (like for instance restructuredText) into a recognized format like markdown, asciidoc or html.
This PR will solve part of #892 by adding a `latest` version to the bash dtcw. It also updated the bash dtcw to use a central `download` subroutine for better...
to activly work on doctoolchain and try out new versions, it makes sense to have a - "latest" version which always does is git pull of the current repository -...
only to reproduce issue #876 - do not merge!
### All Submissions: * [ ] Did you update the `changelog.adoc`? * [ ] Does your PR affect the documentation? * [ ] If yes, did you update the documentation...
it would be nice if docker would recognize the `gradle.properties` file of the project. To implement this, we have to copy the `/home/dtcuser/project/gradle.properties` file to `$GRADLE_HOME` To ensure that this...
elements which are marked as strike through in asciidoc, will show up as normal text in confluence.
thanx to @wonderbird , we now have a tutorial on how to use the generateDeck task. see #861 for more details. but there is more work to do on this:...
for powershell: ``` $env:dtc_opts="'-Dorg.gradle.java.home=C:/Program Files/Java/jdk-11.0.2'" ```