I have similar question to <recently asked one>. I...
# dokka
g
I have similar question to recently asked one. Is there a way to divide modules in generated docs into categories. Formally, is there a way to organize modules as a tree-like (or directory-like) structure. In my use case I have several modules of 3 different kinds: libraries of wide application, libraries of narrow application, and helping (utility) libraries. This division is part of "ideology" of my project. So I am going to seperate them in human-readable docs, and I would like to seperate them the generated by dokka docs. But the only thing I found I can do is to change their names. Is there a way to divide them in "categories"/"directories"?
🚫 1