Description
In the project I am currently involved in, we are considering moving from a "monolythic" documentation approach (i.e. documentation of several related products located in the same repository), to a decentralized documentation. In the new approach, we would use several git repositories in which there will be both source code and the corresponding documentation. Having code and doc together in the same repo should help us to keep source and doc in sync. Having several repositories, will help us to release the different products independently.
This decentralized documentation approach would be enabled by a new tool from the asciidoctor developpers: Antora. Antora (www.antora.org) a is tool that generates a documentation site from asciidoc documents located in several repositories.
In order to enable x-references between pages located on different sites, they have introduced a page identifier (see: https://docs.antora.org/antora/1.0/page/page-id/ ) that differ from the relative path we currently use in our x-refs.
I am currently trying to understand what implication that would have on the asciidoc-reference-check plugin. Did you already look at antora? What would be your thoughts about this?