quarkiverse / quarkus-renarde

Server-side Web Framework with Qute templating, magic/easier controllers, auth, reverse-routing
Apache License 2.0
78 stars 19 forks source link

Fix asciidoc warnings #143

Closed TheJavaGuy closed 1 year ago

TheJavaGuy commented 1 year ago

Asciidoc interprets strings like ${classname} as attributes and then issues a WARN during the build that it will skip reference to a missing attribute. This PR uses inline pass macro to tell asciidoc that enclosed content should be excluded from all substitutions. Also, there were a few places in which xref was used but the intention was to link to some of the extension guides, not other documents within this project.

Proof of all warnings gone:

image

Proof of warnings before this PR:

image