Actually, there is already a plugin for mathjax ;)
mathjax-plugin
, which is supported and published by the Dokka team
It was broken for some time, but some good guy from the community fixed it. And the version might be outdated, but it exists :)
If anyone wishes to contribute the updates or expand its scope/usage, I'd be happy to help and explain how everything works
https://github.com/Kotlin/dokka/tree/master/plugins/mathjax
h
hfhbd
05/20/2022, 6:40 PM
Oh nice, but why it is not mentioned in the plugin list? 😄
i
Ignat Beresnev
05/20/2022, 6:42 PM
Good question :) I actually couldn't find any documentation for it either, but it's been used as a showcase of Dokka's capabilities
I'm doing an overhaul of documentation atm, will get this taken care of :)
h
hfhbd
05/20/2022, 6:44 PM
So do you will start using dokka? It is a little bit confusing to see the (normal) docs of dokka with Mkdocs and not with dokka itself 😄
i
Ignat Beresnev
05/23/2022, 10:32 AM
Dokka itself is more for API reference rather than for Tutorials and How-To type articles, so not really 🙂
Dokka's documentation (how to apply it, configure, etc) will hopefully be moved from mkdocs to kotlinlang in some future