Is anyone from [JB], or someone that has figured it out, available to discuss how the Kotlin language site is created from the Dokka and Test Samples code? Is there some form of pre-processor run on the files that converts the assertTrue/assertFalse/assertPrints into the output code, and adds in the Code execution JS?
I’d really like to emulate this structure, but haven’t discovered how the samples are actually composed, and modified before publishing.
I have a project with samples being used in the docs, BUT the code appears exactly as it does in my samples, so still has all the
Asserts
in it.