Skip to content
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

Make older versions dir name configurable #3692

Closed
whyoleg opened this issue Jul 11, 2024 · 0 comments · Fixed by #3693
Closed

Make older versions dir name configurable #3692

whyoleg opened this issue Jul 11, 2024 · 0 comments · Fixed by #3693
Assignees

Comments

@whyoleg
Copy link
Contributor

whyoleg commented Jul 11, 2024

Dokka's versioning plugin puts previous versions into the directory named older, which is the default and not configurable at the moment. There was never enough reason to change it or make it configurable, but it now could be used for stdlib to make paths more logical, like this:
https://kotlinlang.org/api/core/version/1.9/kotlin-stdlib/kotlin/-enum/
Or even without any additional dedicated folder:
https://kotlinlang.org/api/core/1.9/kotlin-stdlib/kotlin/-enum/
Instead of current older folder:
https://kotlinlang.org/api/core/older/1.9/kotlin-stdlib/kotlin/-enum/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant