-
-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List of available javadocs #1904
Comments
I'd also like to see a "permanent" link that always shows the latest available javadocs - e.g. urltorepo/groupid/artifactid/javadoc-latest |
I think it was already request on our Discord server a while ago, so it's good to have an issue for that. Unfortunately, I'm slightly busy right now. Because javadocs viewer is a part of backend, not frontend, we'd need to generate such list server side with raw html, just like this one: reposilite/reposilite-backend/src/main/kotlin/com/reposilite/javadocs/JavadocView.kt Lines 31 to 37 in 62deca6
|
I was just looking for something like this, too. Though, it might be nice if this was an actual redirect, instead of a different URL that has the same content on it. |
Request details
So, what if it was possible to add a javadocs viewer for example:
Lets say, having a repo up named like "SomeAPI" and you go to the page: "domain/javadoc/snapshots/me/somename/SomeAPI" It would give you a link that always points to the latest javadoc view where you can select all of the versions that are currently in "SomeAPI" and make you select one of the snapshot versions -> it opens the page on "domain/javadoc/snapshots/me/somename/SomeAPI/selectedVersion-SNAPSHOT" where people can then see the docs for this specific version, and not having to specify the version in a link.
The text was updated successfully, but these errors were encountered: