I've noticed that the generated `dokka/html` doesn...
# dokka
f
I've noticed that the generated
dokka/html
doesn't have any
index.html
in the root folder (only a
navigation.html
without any include stylesheet). The first
index.html
appears only inside the module. Is this supposed to be this way?
b
I'm guessing you're using dokkaMultiModule and in this case your "index" is "-modules.html"
f
I'm using
1.4.0
without any special config. I don't see any
-modules.html
. In the root I've
-search.html
and
navigation.html
. And I've an
index.html
inside the (only) module folder.