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
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.