Ralf D. Müller
Ralf D. Müller
to be honest, I guess you have to create your own docker image. The dockerfile can be found here: https://github.com/docToolchain/docker-image does this help?
thanx for reporting this. The tag is v2.0.3 : https://github.com/docToolchain/docToolchain/tree/v2.0.3 but the current ng branch should also fit. Groovy comes with Gradle, so this shouldn't be the problem. ah! I...
thanx for the feedback. let me try to reproduce it. btw: on Windows 10, I would suggest to use powershell.
hm. what I did is ``` curl -Lo dtcw.bat doctoolchain.github.io/dtcw.bat dtcw getJava ``` and I got ``` fatal: not a git repository (or any of the parent directories): .git local...
ah, good point. It could be that there is room for improvement. `dtcw local getJava` should also work. Have to check that
btw: you only need the parameter `local` when you have docker installed and docToolchain is not installed yet. If you omit the parameter, `dtcw` will - first check if there...
thanx for the update! Yes, the distribution is missing from the tutorial: https://doctoolchain.org/docToolchain/v2.0.x/020_tutorial/120_self-contained-dtc.html would you mind to update the tutorial with your additional knowledge? https://github.com/doctoolchain/doctoolchain/edit/ng/src/docs/020_tutorial/120_self-contained-dtc.adoc
thanx for this issue. The search through the API is a bit flaky. We already switched from the equals operator to the contains operator (and then check the result set...
thanx for this wonderful PR. I guess I will do a manual test with our cloud instance to see that everything works as expected and then merge the PR. great...
thanx for the feedback. I wonder what we have to do to support mermaid in docToolchain. Can you give an example for a mermaid document so that we can test...