Easy Diagrams with Kroki
Come and visit my talk at the JAX conference in Mainz! Laut mehrerer Umfragen ist fehlende #Dokumentation ein großes Hindernis für den Einsatz von #OpenS...
For the second time, we were happy to present the Docs-as-Code approach to a broad audience of experts with a real example. HtmlSanityCheck is not only a ce...
The second edition of arc42 by Example has just been released. The new edition contains as new example the arc42 architecture of docToolchain! We just ...
In order to optimize docToolchain for Mac and Linux, I wanted to give Sparx Enterprise Architect a try on a *nix environment. I once already tried to inst...
While writing a tutorial, I just came across the need to target two different user groups - windows and linux users. I wanted to write some shell commands a...
When you work with several output formats for your doucments, it can be quite hard to get the size of oyur images right. Most of the time, you will use la...
Did you ever whished to change the color of your gradle log output? Maybe to highlight something? AFAIK, Gradle has no support for colors out of the box, ...
Two days ago, a plantUML tweet caught my attention: Someone is willing to pay for a plantUML diagram. That’s something I haven’t seen before...
As an architect, you often have to present your ideas and architecture to an audience. Powerpoint might seem to be a perfect fit for that, but people also w...
Last blog post showed you how to convert your asciidoc into .docx via docbook. Pandoc can do more than that. It has a lot of target format under the hood....
docToolchain is currently able to render your documents as HTML and PDF. But sometimes you just need a different format. The best solution I’ve found ...
Last time I wrote about how to configure Gradle to run behind a proxy with a local binary repository. First, I have to say that I love twitter, because ...
The open internet is a great place to code, but sometimes you are sitting behind a great firewall in a corporate environment. Your are not allowed to just...
Every developer knows this problem - you work on a project and over time new versions of the configured dependencies are released. Sometimes it is even not ...
Now that docToolchain handles your docs like your code, the next logical step is to add some automated tests. That’s where htmlSanityCheck, a projec...
Last time we created a Gradle project to render an AsciiDoc file. But what if you can’t use Gradle but have to use Maven? Let’s add a pom.xm...
So I told you to use AsciiDoc to write technical documents because of all the great features. Today I want to show you how to unleash the power and get ...
Last time I wrote about why I don’t like Word, but I didn’t mention an alternative. For me, AsciiDoc as markup language is a perfect altern...
Why I don’t like Word to write documentation Don’t get me wrong – MS Word is a great product for many use cases, but most of them are IM...