What would be the best extension point for simply ...
# dokka
j
What would be the best extension point for simply adding additional top level markdown files?
v
It depends on what you want to do with them. If they are static files you can copy them through
PostAction
like here
j
They are non-prerendered markdown files which I want to render using Dokkas rendering system.
v
What is about
gfmPreprocessors
like here?
j
Thanks, I will have a look at this. My end goal is to do something like what was mentioned today here: https://kotlinlang.slack.com/archives/C0F4UNJET/p1642167778000500 I want to have some custom written docs pages for setup etc - I don't want to use an additional docs generator, just Dokka :)
j
Did you ever figure this out?