I'm trying to make a plugin for generating SvelteK...
# dokka
t
I'm trying to make a plugin for generating SvelteKit versions of Dokka HTML documentation. Where can I find the code for the
dokkaHtml
task? I can't find it in the repo.
I'm planning to pre-prepare all the necessary Svelte components and project, generate a JSON file with all the necessary info, and load it into the project.
m
The class is named
DokkaTask
t
I meant the place where the Kotlin elements are transformed into HTML files.
m
There is no 1 place, kotlin symbols are translated into Documentables and documentables into Pages that are later rendered.
t
I see, thank you.