asciidoctor / docs.asciidoctor.org

The Antora playbook project (i.e., site manifest) for the Asciidoctor documentation site.
https://docs.asciidoctor.org
MIT License
14 stars 18 forks source link

Enable search on Asciidoctor.js, Asciidoctor reveal.js and Maven tools components #30

Closed ggrossetie closed 3 years ago

ggrossetie commented 3 years ago

I think the logic is to duplicate the configuration block for each component, right? And when we publish a new version, we will add the previous version in the version list. So if we publish Asciidoctor 2.1, we will add version 2.0 in the version list for the asciidoctor component, correct?

mojavelinux commented 3 years ago

You have it correct. Though, eventually we want the URL selector bits of the plugin to be generated by the output of the build so that we don't have to maintain it. Antora has this information, so it's just a matter of putting it to use.

ggrossetie commented 3 years ago

You have it correct. Though, eventually we want the URL selector bits of the plugin to be generated by the output of the build so that we don't have to maintain it. Antora has this information, so it's just a matter of putting it to use.

I see, yes that would be neat :ok_hand:

mojavelinux commented 3 years ago

Let's go for it!