jetty / jetty.website

Antora-based jetty.org website.
https://jetty.org
Eclipse Public License 2.0
0 stars 2 forks source link

Incorporate Jetty 9 #52

Open joakime opened 3 weeks ago

joakime commented 3 weeks ago

As I'm actively updating the various URL references to use https://jetty.org/ in the branches, I was wondering if we can also add Jetty 9 docs and javadoc to the jetty.org website.

jmcc0nn3ll commented 3 weeks ago

@olamy can you dump the jetty 9 javadoc in place with the others? assign to me when your done

@joakime I'll have to mull over the right way to put the jetty 9 docs into place.

olamy commented 3 weeks ago

It's already there ;) https://javadoc.jetty.org/jetty-9/

jmcc0nn3ll commented 5 days ago

Couple of different ways this could go. We could write a small extension that grabs the HTML artifact and drops it into place to be served under /docs. We could check in the HTML content as a static resource and have it copied into the root of the docs directory. I suspect the first is the more correct way and the second is the ugly, dirtier way.

I'll see about doing it the first way.