Ralf D. Müller

Results 398 comments of Ralf D. Müller

ah, sorry, I think I forgot to mention that you have to set the location of the config file through export DTC_CONFIG_FILE=docs/config/mainConfig.groovy does this help?

:-) I feel your pain. I do not work much with sharepoint - mostly office365. So I don't know much about the APIs and other interfaces. Using a script to...

@PacoVK do we use the shadow plugin for the fat jar of the core module? Shouldn't it be already be as a fat jar in the distribution?

@arnoan have you already tried other versions? 2.2.1? 3.4.0? I never experienced this problem

As stated on the docToolchain issue, we have a two step process: - build html by executing generateHTML or generateSite in docToolchain - check the generated HTML through htmlSanityCheck The...

and it would also be great if we also use it over at docToolchain

Thanx for this issue report. the gitHubMarkdownMP is somehow "experimental" - there are too many markdown flavours. The code for the conversion is here: https://github.com/arc42/arc42-generator/blob/master/subBuild.gradle#L265 So, if you want to...

@docToolchain also uses Gradle to prepend the filename to each `.adoc` file: https://github.com/docToolchain/docToolchain/blob/master/scripts/prependFilename.gradle this is needed to implement the "improve this doc" and "create an issue" buttons for example on...

what if we extend the standard include processor to prepends a `:includefilename: xyz` to each included section? I guess it would do no harm but solve this issue.

thanx for the explanation. now I do understand and also understand why it works for me (I only prepend for `.adoc` files I include and these are always full docs...