Re: Apache plugin to render .adoc on server side?

Posted by dalai on
URL: https://discuss.asciidoctor.org/Apache-plugin-to-render-adoc-on-server-side-tp8132p8136.html

Is live-rendering really needed? If the sources are in source control a hook could be used to generate the static html and you could serve that.

Otherwise it may be possible to use Apache as a proxy and have the gitlab instance serve the rendered content (just) for adoc files.

It depends on what exactly you want to achieve.