-
-
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
Include Id docs in the menu #1609
Conversation
I've also moved the Id doc from the typeclasses dir to the datatypes dir, which seems like a better fit to me. This was inspired by [a prompt](https://gitter.im/typelevel/cats?at=58f5de53ad849bcf4295d321) in the Cats Gitter channel from @BenFradet. @BenFradet could you please review?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking care of it 👍
shouldn't the section be changed to |
@BenFradet good catch. I was having some trouble trying to build the site locally to test this :(. Change incoming. |
Codecov Report
@@ Coverage Diff @@
## master #1609 +/- ##
=======================================
Coverage 93.08% 93.08%
=======================================
Files 250 250
Lines 3989 3989
Branches 138 138
=======================================
Hits 3713 3713
Misses 276 276 Continue to review full report at Codecov.
|
LGTM. thanks! Merged as a simple doc correction with one sign-off |
I've also moved the Id doc from the typeclasses dir to the datatypes
dir, which seems like a better fit to me.
This was inspired by a prompt in the Cats Gitter channel from @BenFradet. @BenFradet could you please review?