For this running ticket for standard lib samples: ...
# kontributors
a
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
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
Thanks! For now I will just run tests to validate.
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.