Open
Description
I am investigating if I could use this project to document my https://github.com/wimdeblauwe/error-handling-spring-boot-starter library. It has quite some nice improvements over the default Asciidoctor stack.
I got it working by adding the milestone repo as plugin repo:
<pluginRepositories>
<pluginRepository>
<id>spring-milestone</id>
<name>Spring Milestone Repository</name>
<url>https://repo.spring.io/milestone</url>
</pluginRepository>
</pluginRepositories>
One thing I would need is that I can override the banner-logo.svg
(or just remove it) so people don't think my library is an official Spring one. Maybe also the doc-background.svg
? Maybe it can be made configurable via an Asciidoc attribute?