simon.vergauwen
07/04/2022, 12:42 PMERROR CLASS
in my generated HTML page? https://nomisrev.github.io/kotlinx-serialization-jsonpath/-kotlin-x%20-serialization%20-json-path/io.github.nomisrev/index.html
It's referencing KotlinX Serialization types which is exposed through an api
dependency 🤔Ignat Beresnev
07/04/2022, 12:44 PMsimon.vergauwen
07/07/2022, 12:00 PMIgnat Beresnev
07/07/2022, 12:02 PMsimon.vergauwen
07/07/2022, 12:05 PMIgnat Beresnev
07/07/2022, 12:12 PMsimon.vergauwen
07/07/2022, 12:22 PMIgnat Beresnev
07/07/2022, 12:32 PMkotlinx.serialization
, which also hosts Dokka docs, you can add an external link to it, so serialization classes will be resolved and should have correct links. I've attached a patch
Also tried it out with arrow gfm docs to provide links for Every
and Optional
, but they're typealiases and Dokka doesn't generate separate pages for it, so the links are broken 😞 That'll have to be fixedsimon.vergauwen
07/07/2022, 12:41 PMIgnat Beresnev
07/07/2022, 12:42 PMsimon.vergauwen
07/07/2022, 2:41 PMIgnat Beresnev
07/07/2022, 3:16 PMkotlinx.coroutines
utilizes knit a lot like that, I wonder if there's a similar case to yourssimon.vergauwen
07/07/2022, 3:29 PMIgnat Beresnev
07/07/2022, 3:32 PMsimon.vergauwen
07/07/2022, 3:36 PMIgnat Beresnev
07/07/2022, 3:45 PM<http://github.com/yada/yada>
instead of /src/test/yada
), maybe knit could (can?) do that instead?simon.vergauwen
07/07/2022, 4:13 PM