Hi, new Arrow user here maybe. But I can't find th...
# arrow
t
Hi, new Arrow user here maybe. But I can't find the API docs. When I go to https://arrow-kt.io/docs/0.10/apidocs/arrow-core/alltypes/index.html and look up the documentation for the
Option
class I get this (see image), but https://arrow-kt.io/docs/0.10/apidocs/arrow-core-data/arrow.core/-option/ has a truckload of functions available for Option (and IntelliJ agrees). Obviously I'm missing something... umm... obvious. But I cannot find the API documentation. Help a newbie out?
m
There seems to be something broken in the search function. It does not find the main Option documentation page.
The search function is able to find the documentation for the extensions of Option is "arrow-core" but does not seems to look into the documentation for "arrow-core-data" which is where most of the meat of Option is.
p
cc @Rachel
r
Thanks for raising these issues 🙌 About the search function, it seems a change on search engine was made a few days ago and it has been already reported to Angolia team
👍 1
About Option, https://arrow-kt.io/docs/0.10/apidocs/arrow-core-data/arrow.core/-option/ is available from API Docs > Core extensions
t
Well I didn't expect my first contribution to this channel would be a bug report about the website...! Thanks for the replies, and @Rachel thanks for the link.
👍 1
🙌 1
r
This issue should be fixed. Please, let us know if you find another issue 🙌