Ralf D. Müller

Results 408 comments of Ralf D. Müller

That's a great feature request. I could imagine that the implementation might be mainly client side JavaScript. ...and it will only be possible for HTML - at least I don't...

Hi! Thanx for reporting this issue. Have you tried to download the "release" version? https://github.com/docToolchain/docToolchain/releases I've worked a bit on the master branch lately to make things better. One feature...

have you seen this part of the documentation? https://doctoolchain.github.io/docToolchain/#_publishtoconfluence

I think we only need some additional docs here

this is indeed a problem. Gradle has many ways to override the repository definitions of a project, but I couldn't find a way to override the repositories defined in the...

Can you please give this new version a try: https://github.com/docToolchain/docToolchain/tree/issue%23502 You should now be able to override the repository definition for the script-plugins through the `mavenRepository` property: ./gradlew generateHTML -PmavenRepository=your_artifactory...

Thanx for reporting this issue. I guess the problem is this line: https://github.com/docToolchain/docToolchain/blob/master/scripts/exportJiraIssues.gradle#L3 it still references jcenter. In fact, jcenter is referenced 7 times. We could change the order of...

yes, but slowly. there is a 2.x branch where we've already upgraded some versions (but I think asciidoc is still at 1.5.x). What are the features you miss with the...