Are the Arrow dokka-generated documentation hosted...
# arrow
c
Are the Arrow dokka-generated documentation hosted anywhere? So my own projects' docs can link to Arrow Edit: nevermind, I'm blind: https://arrow-kt.io/docs/apidocs/arrow-core/arrow.core/ Edit2: it seems broken; • going up one navigation level from the linked page (top left button "arrow-core") sends to https://arrow-kt.io/docs/apidocs/index.html, which, despite the URL, is the arrow-optics-reflect documentation, and provides no link to the other modules • I can't find the path to the
package-list
file (by default Dokka would have put it in https://arrow-kt.io/docs/apidocs/package-list) That means we can't have our own libraries link to the Arrow documentation
r
Thanks @CLOVIS, I think there is a bug in our doc merge process where some libs are overwriting docs of other libs. We are trying to get this solved before we release 2.0, all docs will be organised differently than they are now in the site. //cc @paco In the meantime if you don't mind creating an issue for it, we'll make sure to go over it in our next triage session to see if we can provide a solution before Arrow 2.0 or fix the web deploy process.
c
k
Is the API documentation for 2.0 hosted anywhere?
r
At the moment I think we are just publishing snapshots for 2.0. binaries with the javadocs to sonatype, No good readable format in web yet https://oss.sonatype.org/content/repositories/snapshots/io/arrow-kt/arrow-core/2.0.0-SNAPSHOT/arrow-core-2.0.0-20221212.191436-1-javadoc.jar