In the README of the Kotlin repo it says a great way to help is to provide samples for some undocumented methods. I have a couple in mind that I would like to do this for, but I'm unsure how best to test it, because the website is in a separate repo, right? I can build and run the jekyll site, but how do I get it to pick up the documentation (with the @sample anotations and such) of the kotlin repo?
Related: Has anyone submit a patch like this recently and can pull up their pull request that I can use as a reference?