Closed de-jcup closed 2 years ago
We allow now up to 3 empty folders while resolving base directory
Version 2.6.0 did fail when it comes to rendering of bigger documentation projects - e.g. https://github.com/mercedes-benz/sechub/tree/develop/sechub-doc . The diagram path calculation did fail.
Looking back, one has to say that the idea wasn't a very happy or good one. The workaround of putting an empty Asciidoc document in an empty folder is much better!
Situation
When wrring subdocument.adoc like this:
The files is not correct rendered (neither ASP nor by native asciidoc)
Analyze
The problem is the base class calculation! The empty folder will be used as the new base and so the diagram will not be found.
Wanted
Improve the base directory resolution
Solution
Workaround: Just add an empty asciidoc file - e.g.
pseudo.adoc
and the resolution will work again.A real solution is still open