Yubico / developers.yubico.com

Source code for generating our website
https://developers.yubico.com
53 stars 64 forks source link

Make javadoc module support changing sets of module names #407

Closed emlun closed 2 years ago

emlun commented 3 years ago

Some of the JavaDoc links at https://developers.yubico.com/java-webauthn-server/JavaDoc/ are broken since version 1.8.0, because we split the webauthn-server-core module and moved the JavaDocs to webauthn-server-core-minimal. A simple solution to this would be to just add the new module name to the list of artifactIds, but that would leave broken links to the nonexistent JavaDocs for webauthn-server-core. These changes add the option to specify different module names per version. yubikit-android had a similar issue and can also benefit from this.

emlun commented 2 years ago

@dainnilsson Does this look okay now?