So, now that I have the generation working properl...
# dokka
s
So, now that I have the generation working properly, I was thinking I could add custom markdown pages to the sidebar (such as a Getting Started guide). Reading previous messages in the channel suggests I should start by implementing a
PageTransformer
, although I should also take care of rendering the markdown files somehow. Would this be possible to implement?
1