Hi all! I would like to automatically generate lin...
# dokka
l
Hi all! I would like to automatically generate links to dokka documentation for symbols in my release notes as part of the automated release process. Is there some way to utilize dokka's internal linking "engine" to convert e.g.
[Foo][com.fully.qualified.name.Foo]
into the corresponding html link in an arbitrary markdown file?
👀 1
✅ 1
I found the
pages.json
file to be quite helpful. It has full symbol names and relative links in there which I can utilize to generate the links myself. Happy to hear if there are better approaches out there but for now this should do the trick for me.