I have a multi module project, which I have used dokka to generate KDocs/Javadocs for each of the libraries(modules). I have a private gitlab with multiple projects and I want to use gitlab pages to somehow upload all of these generated index.html
pages for all of my module and packages.
My question is does this require that I merge the all the documentation from each of the modules into a single index.html
file or can I achieve the same goal of having all the project documentation at a single location with each module in the project owning its own index.html
.