quarkiverse / quarkus-azure-services

Quarkus extensions for Azure services
Apache License 2.0
13 stars 17 forks source link

Fix all asciidoc warnings #118

Closed TheJavaGuy closed 1 year ago

TheJavaGuy commented 1 year ago

Asciidoc interprets strings like ${project-version} as attributes and then issues a WARN during the build that it will skip reference to a missing attribute. This PR removes subs attribute from code blocks so that Asciidoctor won't perform substitutions inside them.

Proof of all warnings gone:

image

Proof of warnings before this PR:

image
majguo commented 1 year ago

@all-contributors please add @TheJavaGuy for code

allcontributors[bot] commented 1 year ago

@majguo

I've put up a pull request to add @TheJavaGuy! :tada: