. I would like to add some static pages (“How to guides”) to my documantation.
Could somehow tell me how I can do this? Tried several ways but nothing worked so far in v2
a
Adam Semenenko
10/22/2025, 8:49 AM
Hi, afaik Dokka doesn't support adding static pages.
There's a feature request here https://github.com/Kotlin/dokka/issues/2914 - I think this is what you're looking for? There are some workarounds in the responses.
m
Max
10/23/2025, 11:09 AM
@Adam Semenenko Thx! I actually manages to achieve what i needed by creating simple modules per nav entry. I was quite tricky but worked in the end
a
Adam Semenenko
10/24/2025, 8:02 AM
nice! I'd like to encourage you to write it up as a comment in the issue, because I'm sure other users would find it useful.