Hi, I just started using Dokka and I have a problem with sharing the html doc generated for my multi-module project - when I open the html from project everything is fine, but when I want to share it with someone and export it, the sub modules list on the left is missing. This is also reproducible in the multimodule-example.
What is the best way to share the docs with someone else?
a
Adam S
11/29/2023, 6:14 AM
Dokka needs to be run with a webserver, is the person you've shared it with doing that?
It can be confusing because there's no warning https://github.com/Kotlin/dokka/issues/1795
k
kubele
11/29/2023, 9:31 AM
Oh, I had no idea about that. They definitely don't run a server. Thank you