I tracked this down. FINERACT-1956 was for setting up antora to provide an easy way to generate a static website from our asciidoc files. FINERACT-1959 was an effort to consolidate docs from various sources.
The work was completed, via different means. Docs consolidation was completed by Felix Van Hove <https://issues.apache.org/jira/secure/ViewProfile.jspa?name=fvanhove> in FINERACT-2383 <https://issues.apache.org/jira/browse/FINERACT-2383> and shipped in 1.14.0 <https://cwiki.apache.org/confluence/spaces/FINERACT/pages/404160859/1.14.0+-+Apache+Fineract> . Static site generation completed by Aira Jena <https://issues.apache.org/jira/secure/ViewProfile.jspa?name=airajena> in FINERACT-2484 <https://issues.apache.org/jira/browse/FINERACT-2484>. That wasn't specifically for asciidoc, but it ends up being quite helpful. The readme for our project website has instructions on how to update the static HTML generated from our asciidoc <https://github.com/apache/fineract-site/#updating-docsversion-from-a-fineract-backend-clone> . I haven't used Antora and I don't know why we might need it, but I'm open to suggestions. Barring any, I'm hoping to finish cleaning up and consolidating docs in FINERACT-2696 <https://issues.apache.org/jira/browse/FINERACT-2696> (PR #6159 <https://github.com/apache/fineract/pull/6159>). We can always move to Antora or whatever if/when needed. On Sat, Jul 18, 2026 at 3:19 PM Adam Monsen <[email protected]> wrote: > are we using Antora? I found this merged PR > <https://github.com/apache/fineract/pull/5391> setting up new asciidoc > per FINERACT-1956 <https://issues.apache.org/jira/browse/FINERACT-1956>, > but the work seems to be abandoned and I can't find anywhere we're actually > using Antora. I think I want to clean this up and cancel FINERACT-1959 > <https://issues.apache.org/jira/browse/FINERACT-1959> so we don't end up > with wasted effort like this > <https://github.com/apache/fineract/blob/5a93304677061501f5d0c243b8dbf84752e08b0b/fineract-doc/modules/ROOT/pages/oidc-federation.adoc> > (it looks like the oidc federation docs are in the wrong place and aren't > published/viewable with the rest of the asciidoc) >
