mbonnin
01/07/2024, 10:45 PMdokka/html/older
meaning the amount of data needed to build n versions grows like n*(n-1)/2 (I think, maths are hard!)
Would it make sense to only provide version n-1?rnett
01/08/2024, 7:09 PMdokka/html/older
when copying past versions into that folderrnett
01/08/2024, 7:09 PMOleg Yukhnevich
01/08/2024, 7:53 PMktor
setup here: https://github.com/ktorio/ktor/blob/f13ca47f4100fb457b1bed70f3d197c4b39d6149/build.gradle.kts#L167-L176
and the resulting HTML content here: https://github.com/ktorio/api.ktor.io/tree/main/versions
Also, as far I see from our tests for versioning plugin, there is no nested older
directories when building documentation (attached screenshot), so everything should be fine ^_^
Note: I haven't yet tried to use versioning
plugin for some real project, but I will be glad to help with any issues you will find during your path 🙂mbonnin
01/09/2024, 12:20 AMHave you tried following instructions hereHa, thanks! I actually read that page except the last paragraph 🤦♂️ . This is how I ended up doing it