jakartaee / cdi

CDI specification
Apache License 2.0
205 stars 78 forks source link

Live view of documents (javadoc, spec) #665

Open jeanouii opened 1 year ago

jeanouii commented 1 year ago

Is it possible to set up something like netlify to have live previews of PRs and current version of the specification? I know everyone can of course checkout the repo and build the documents. I'm also awayre that markdown/asciidoc allows to easily review PRs, but there links involved and it's sometimes hard to know which part we are refering too.

jeanouii commented 1 year ago

Here is an example of Netlify the way we use it in the specification repository

https://github.com/jakartaee/specifications/pull/537

@ivargrimstad Do you know if we can set that up and what it takes?

Azquelt commented 1 year ago

Given that the spec is output as only two files (one html and one PDF), it might also be possible to update the existing CI workflow for PRs to upload those files as the output.

It wouldn't be as convenient for the javadoc, that would need to be uploaded in an archive.