vertx-web-site / vertx-web-site.github.io

The official Vert.x website (https://vertx.io)
https://vertx.io
Apache License 2.0
18 stars 72 forks source link

MSSQL Client 4.2.0 docs is missing #118

Closed tsegismont closed 3 years ago

tsegismont commented 3 years ago

When you browser to the Vert.x Core docs and select 4.2.0.RC1, the docs of this version are displayed. If you do the same with MSSQL Client, you get a 404 error page.

michel-kraemer commented 3 years ago

@tsegismont It seems the docs are stored at an incorrect location inside the jar artifact. This PR should fix it if I'm correct: https://github.com/vert-x3/vertx-stack/pull/125

Please review and check if my assumption is correct.

tsegismont commented 3 years ago

@michel-kraemer yes indeed that was a problem.

I still don't understand why the docs for the default version would show up, but I guess they are extracted from another source.

michel-kraemer commented 3 years ago

@tsegismont Yes, this information is taken from the metadata js file.