By the way, I have changed the “docs” profile to now use README-source.adoc as the source
of README.html, so when working locally the only change is really to only edit
README-source.adoc, instead of README.adoc.
—E
On 24 Jan 2024, at 22:05, Eduardo Martins <emartins(a)redhat.com>
wrote:
Hi everyone, this message is just to let everyone know, specially quickstart developers,
that we now made a major change wrt documentation in the Quickstarts project, through
https://issues.redhat.com/browse/WFLY-18925.
In short this is what changed:
1. move each quickstart README.adoc to README-source.adoc
2. added a GitHub workflow that on any wildfly/quickstart branch push, uses
asciidoctor-reduce to generate a flat, totally GitHub friendly, version of
README-source.adoc named README.adoc
Obviously, from now on, any quickstart documentation change should be done on the
quickstart’s README-source.adoc, not the README.adoc.
I would like to thank Ashwin Mehendale for taking the lead on this work, well done!
—E