-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add docs url for all functions in Glossary page #4444
Comments
Thank you, that sounds good to me! I wonder if we should add an example of how to use it with syntax as well? Since it's a bit different than calling the method directly on the typeclass. |
I guess we can add examples, but it can be convoluted, which is opposite to the purpose of this page which in turn to give an overview of all the type classes. I think if we have examples in the java doc, for each function is enough. wdyt? |
good point! :) |
I did add some link here https://github.com/lenguyenthanh/cats/blob/add-links-for-glossary-page/docs/nomenclature.md. But there are few issues, I can see right away (and not sure how to fix):
|
We can use
Hmmm. I wonder if it helps to put the links at the bottom of the doc instead of inline. Thanks for your work on this!! |
thanks! I also tried |
after switching to scala 3 docs url, everything passes: https://github.com/lenguyenthanh/cats/actions/runs/5259440112 But I can't build the site locally. Both But they did generate md files in |
ugh, that's scalameta/mdoc#613 so that means that there are errors that need to be fixed https://gist.github.com/lenguyenthanh/df88115b7af5b974d0324c3c2a712df6#file-cats-txt-L234 probably this? https://gist.github.com/lenguyenthanh/df88115b7af5b974d0324c3c2a712df6#file-cats-txt-L192-L199 |
This page is awesome: https://typelevel.org/cats/nomenclature.html. But I think it'll be better if we add docs url to all functions.
For example:
To
If this is something we accept, I can work on this.
The text was updated successfully, but these errors were encountered: