For this running ticket for standard lib samples: https://youtrack.jetbrains.com/issue/KT-20357
Is there any way to locally validate, beyond running the tests? Is there any way I can generate a local version of the website from my code to see how the documentation would look?
i
ilya.gorbunov
02/18/2020, 12:36 PM
Yes, there's a way to build documentation pages locally, but this process is quite convoluted, so I wouldn't advertise it now.
The project that does the build is here https://github.com/JetBrains/kotlin-dokka-stdlib
If I have some time, I'll update its readme with the steps required to build documentation from a local kotlin checkout.
a
adam-mcneilly
02/18/2020, 2:24 PM
Thanks! For now I will just run tests to validate.
adam-mcneilly
03/11/2020, 6:05 PM
Hey Ilya, if you have a moment I'd like to bump this PR related to samples: https://github.com/JetBrains/kotlin/pull/3123
I'll be on vacation next week, so I wanted to bring it up while I was available to make any adjustments if necessary.